Added parser for assay results XML file #1

Merged
holgi merged 11 commits from xmlparsing into master 2 years ago

11 Commits

Author SHA1 Message Date
Holger Frey 8169daeb89 Added parser for the assay results xml file 2 years ago
Holger Frey 0a1da70021 added more example data for comparing xml to csv parsing 2 years ago
Holger Frey 9de0a09557 added more example xml data for testing 2 years ago
Holger Frey 819358977e fixed test data for upcoming module xml_parser 2 years ago
Holger Frey dd476bb19a added more calls to "clenup_data_columns()" to remove double index columns after merges 2 years ago
Holger Frey 8c591e9f3c removed debug print statement 2 years ago
Holger Frey 988c7562d9 renamed some functions in "csv_parser" module to have more explicit names 2 years ago
Holger Frey 8644a25d78 moved _cleanup_data_columns() function to "columns" module 2 years ago
Holger Frey 99d0e0fa4e renamed test cases and added a new one for xml parsing 2 years ago
Holger Frey 938b063069 removed the "recordtime" module 2 years ago
Holger Frey 873091504c renamed the "parser" module to "csv_parser" 2 years ago