Mercurial > repos > pieterlukasse > prims_metabolomics
comparison test/integration_tests.py @ 16:53e1eee93430
Last tested version
author | pieter.lukasse@wur.nl |
---|---|
date | Fri, 24 Jan 2014 10:38:31 +0100 |
parents | 9d5f4f5f764b |
children |
comparison
equal
deleted
inserted
replaced
15:777c1c2a17a2 | 16:53e1eee93430 |
---|---|
117 outfile_base = os.path.join(outdir, 'produced_library_lookup_ADVANCED') | 117 outfile_base = os.path.join(outdir, 'produced_library_lookup_ADVANCED') |
118 outfile_txt = outfile_base + '.txt' | 118 outfile_txt = outfile_base + '.txt' |
119 | 119 |
120 #Build up arguments and run | 120 #Build up arguments and run |
121 input_txt = resource_filename(__name__, "data/integration/NIST_identification_results_tabular.txt") | 121 input_txt = resource_filename(__name__, "data/integration/NIST_identification_results_tabular.txt") |
122 library = resource_filename(__name__, "data/integration/Library_RI_DB_capillary_columns-noDuplicates.txt") | 122 library = resource_filename(__name__, "../repositories/PRIMS-metabolomics/RI_DB_libraries/Library_RI_DB_capillary_columns-noDuplicates.txt") |
123 regress_model = resource_filename(__name__, "data/integration/regression_MODEL_for_columns.txt") | 123 regress_model = resource_filename(__name__, "data/integration/regression_MODEL_for_columns.txt") |
124 sys.argv = ['test', | 124 sys.argv = ['test', |
125 library, | 125 library, |
126 input_txt, | 126 input_txt, |
127 'Capillary', | 127 'Capillary', |