Commit bde39e55 authored by yugao@uic.edu's avatar yugao@uic.edu

minor

parent 519e6910
......@@ -220,6 +220,7 @@ def mzml_decoder(msz_file, mzml_file, compression='auto'):
spec_no_array = np.frombuffer(bint_data[-4*(total_spec_no+1):-4], np.int32)
i = 0
mass_pos=0
int_pos =0
# Restore mzML file from smzml
with open(mzml_file, 'w', newline='\n', encoding='utf-8') as f_out:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment