czbiohub-sf / Rapid-QC-MS

Realtime quality control for mass spectrometry data acquisition
https://czbiohub-sf.github.io/Rapid-QC-MS
Other
13 stars 2 forks source link

Execute MSConvert and MS-DIAL in separate processes #64

Closed wasimsandhu closed 1 year ago

wasimsandhu commented 1 year ago

This will prevent processing hang-ups, caused by:

  1. MSConvert, when it encounters more than 1 data file in a directory
  2. MS-DIAL, when it freezes during peak-picking processes
wasimsandhu commented 1 year ago

Relevant article: https://superfastpython.com/multiprocessing-in-python/