Mercurial > repos > pieterlukasse > prims_metabolomics2
comparison GCMS/create_model.xml @ 13:5a753524e525
fix for match_library
author | pieter.lukasse@wur.nl |
---|---|
date | Thu, 19 Mar 2015 15:04:56 +0100 |
parents | 4393f982d18f |
children |
comparison
equal
deleted
inserted
replaced
12:7661f5ade5c4 | 13:5a753524e525 |
---|---|
41 label="R-squared to filter on" help="Set the lower limit for the R-squared, | 41 label="R-squared to filter on" help="Set the lower limit for the R-squared, |
42 all models with lower values are discarded." /> | 42 all models with lower values are discarded." /> |
43 <param name="plot" type="boolean" label="Create a separate plot for each model" | 43 <param name="plot" type="boolean" label="Create a separate plot for each model" |
44 help="This will create a ZIP file in the history containing PDF plots" /> | 44 help="This will create a ZIP file in the history containing PDF plots" /> |
45 </inputs> | 45 </inputs> |
46 <code file="match_library.py" /> | 46 <code file="../match_library.py" /> |
47 <outputs> | 47 <outputs> |
48 <data format="zip" label="Model Graphics of ${on_string}" name="model_graphics" > | 48 <data format="zip" label="Model Graphics of ${on_string}" name="model_graphics" > |
49 <filter>(plot)</filter> | 49 <filter>(plot)</filter> |
50 </data> | 50 </data> |
51 <data format="tabular" label="Regression logfile of ${on_string}" name="out_log" /> | 51 <data format="tabular" label="Regression logfile of ${on_string}" name="out_log" /> |