comparison aplcms_macros.xml @ 3:b0ba0287b76f draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/aplcms commit 1852a90740a2e1e98f576d68164100c46daaf71a"
author recetox
date Wed, 07 Oct 2020 16:06:54 +0000
parents 3c2a4d95fe06
children
comparison
equal deleted inserted replaced
2:3c2a4d95fe06 3:b0ba0287b76f
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">6.6.6</token> 2 <token name="@TOOL_VERSION@">6.6.6</token>
3 3
4 <xml name="requirements"> 4 <xml name="requirements">
5 <requirements> 5 <requirements>
6 <container type="docker">recetox/aplcms:latest</container> 6 <container type="docker">recetox/aplcms:6.6.6-recetox1</container>
7 </requirements> 7 </requirements>
8 </xml> 8 </xml>
9 9
10 <xml name="inputs"> 10 <xml name="inputs">
11 <inputs> 11 <inputs>
14 <yield /> 14 <yield />
15 </inputs> 15 </inputs>
16 </xml> 16 </xml>
17 17
18 <xml name="history_db"> 18 <xml name="history_db">
19 <param name="known_table" type="data" format="aplcms_history.feather" label="known_table" 19 <param name="known_table" type="data" format="h5" label="known_table"
20 help="A data table containing the known metabolite ions and previously found features. The table must contain these 18 columns: chemical_formula (optional), HMDB_ID (optional), KEGG_compound_ID (optional), neutral.mass (optional), ion.type (the ion form - optional), m.z (either theoretical or mean observed m/z value of previously found features), Number_profiles_processed (the total number of processed samples to build this database), Percent_found (the percentage of historically processed samples in which the feature appeared), mz_min (minimum observed m/z value), mz_max (maximum observed m/z value), RT_mean (mean observed retention time), RT_sd (standard deviation of observed retention time), RT_min (minimum observed retention time), RT_max (maximum observed retention time), int_mean.log. (mean observed log intensity), int_sd.log. (standard deviation of observed log intensity), int_min.log. (minimum observed log intensity), int_max.log. (maximum observed log intensity)." /> 20 help="A data table containing the known metabolite ions and previously found features. The table must contain these 18 columns: chemical_formula (optional), HMDB_ID (optional), KEGG_compound_ID (optional), neutral.mass (optional), ion.type (the ion form - optional), m.z (either theoretical or mean observed m/z value of previously found features), Number_profiles_processed (the total number of processed samples to build this database), Percent_found (the percentage of historically processed samples in which the feature appeared), mz_min (minimum observed m/z value), mz_max (maximum observed m/z value), RT_mean (mean observed retention time), RT_sd (standard deviation of observed retention time), RT_min (minimum observed retention time), RT_max (maximum observed retention time), int_mean.log. (mean observed log intensity), int_sd.log. (standard deviation of observed log intensity), int_min.log. (minimum observed log intensity), int_max.log. (maximum observed log intensity)." />
21 <section name="history_db" title="Known-Table settings"> 21 <section name="history_db" title="Known-Table settings">
22 <param name="match_tol_ppm" type="integer" optional="true" min="0" label="match_tol_ppm (optional)" 22 <param name="match_tol_ppm" type="integer" optional="true" min="0" label="match_tol_ppm (optional)"
23 help="The ppm tolerance to match identified features to known metabolites/features." /> 23 help="The ppm tolerance to match identified features to known metabolites/features." />
24 <param name="new_feature_min_count" type="integer" value="2" min="1" label="new_feature_min_count" 24 <param name="new_feature_min_count" type="integer" value="2" min="1" label="new_feature_min_count"