PyProphet / pyprophet

PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
http://www.openswath.org
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

[FEATURE] Speedup for merging #68

Closed grosenberger closed 4 years ago

grosenberger commented 4 years ago

This PR speeds up merging by serially separating each operation into a separate connection. Since the individual operations per file can be huge and be several GB per step, this should improve scalability when combining lots of files.