ISA-tools / mzml2isa

Parser to get meta information from mzML file and parse relevant information to a ISA-Tab structure
GNU General Public License v3.0
12 stars 6 forks source link

Use a TargetedCollector to build the tree #13

Open althonos opened 7 years ago

althonos commented 7 years ago

Since we have no interest in the actual spectrum data of each scan, we could have etree.parse use a collector that drops data to only capture the hierarchy and the attributes of each terms but not their data content (avoiding loading binary scan data in memory).

See here for details.