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

faster single thread b64 splitter

Need to do:
1.  multi-tread zlib?
2.  decompressor back to mzml
parent 6d49ef64
# mscompress-pub.tester created by bathy at 9/23/2021 # mscompress-pub.tester created by bathy at 9/23/2021
import mzml_reader as mzr import mzml_reader as mzr
import mzml_splitter as mzs
mzml_file = r'K:\test\64bit_zlib_profile\fusion_20200116_qjl_YLD_19.mzML' mzml_file = r'K:\test\64bit_zlib_profile\fusion_20200116_qjl_YLD_19.mzML'
smzml_file = r'J:\mass_cloud\projects_folder\1000111\test\fusion_20200116_qjl_YLD_19.smzml' smzml_file = r'J:\mass_cloud\projects_folder\1000111\test\fusion_20200116_qjl_YLD_19.smzml'
...@@ -15,3 +16,7 @@ mzr.mzml_splitter(mzml_file) ...@@ -15,3 +16,7 @@ mzr.mzml_splitter(mzml_file)
# Re-generate mzML file # Re-generate mzML file
#mzr.mzml_decoder(smzml_file, bmass_file, bint_file, mzml_out) #mzr.mzml_decoder(smzml_file, bmass_file, bint_file, mzml_out)
# use the faster method
mzs.mzml_splitter(mzml_file)
\ No newline at end of file
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