Mercurial > repos > recetox > recetox_aplcms_unsupervised
diff 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 |
line wrap: on
line diff
--- a/aplcms_macros.xml Thu Sep 24 07:23:07 2020 +0000 +++ b/aplcms_macros.xml Wed Oct 07 16:06:54 2020 +0000 @@ -3,7 +3,7 @@ <xml name="requirements"> <requirements> - <container type="docker">recetox/aplcms:latest</container> + <container type="docker">recetox/aplcms:6.6.6-recetox1</container> </requirements> </xml> @@ -16,7 +16,7 @@ </xml> <xml name="history_db"> - <param name="known_table" type="data" format="aplcms_history.feather" label="known_table" + <param name="known_table" type="data" format="h5" label="known_table" 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)." /> <section name="history_db" title="Known-Table settings"> <param name="match_tol_ppm" type="integer" optional="true" min="0" label="match_tol_ppm (optional)"