Added parser for assay results XML file #1
Merged
holgi
merged 11 commits from xmlparsing
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'xmlparsing'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Currently, The csv array files are parsed for the analysis data and the parameters file is also parsed if present. To also get the date an time of the scan, the assay result xml file is also parsed and all (up to three) data sources are combined.
With this change, the assay result xml file will be parsed first and all relevant result data is parsed in this step (besides the parameters file).
If the xml file is not present or could not be parsed, there is a fall back to the csv parser. But this fall back will exclude the parsing of the timestamps, since the xml file is not present.
Parsing the xml file seems to be around 10% faster than parsing the single csv files.
feea2a03ff
into master 2 years agofeea2a03ff
.