psm_utils
psm_utils copied to clipboard
percolator support gzipped file
just used import gzip to handle when input is '.gz' file
percolator pin file generate by comet looks like
-.n[42.0106]LPPWLM[15.9949]SANK.-
can be changed to correct format
[+42.0106]-LPPWLM[+15.9949]SANK
Hi @ATPs,
Thanks for proposing and implementing this feature! I think it would be great if we could add gzip support for all io modules. However, I would prefer a more unified solution to avoid code duplication. This would entail quite some refactoring. I will therefore close this PR for now and open a new issue to track progress on general gzip support.
Best, Ralf