bovee / entab

* -> TSV
MIT License
21 stars 5 forks source link

Support Agilent Masshunter MS format #12

Open bovee opened 3 years ago

bovee commented 3 years ago

I think there were a couple subformats here depending on how much of the scan was saved?

This requires parsing another XML manifest file separately so it's blocked on both #8 and on figuring out a good way to support that in a streaming fashion (may require doing something like cat test.xsd test.bin | entab?)

Existing parser here: https://github.com/bovee/Aston/blob/master/aston/tracefile/agilent_ms.py#L212