Mercurial > repos > recetox > waveica
diff macros.xml @ 1:b77023c41c76 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/waveica commit d82e7dad96bebe9424ac7bf490e2786d82c3681a
author | recetox |
---|---|
date | Thu, 29 Sep 2022 15:21:04 +0000 |
parents | 328710890963 |
children | 6480c6d5fa36 |
line wrap: on
line diff
--- a/macros.xml Wed Mar 23 11:35:30 2022 +0000 +++ b/macros.xml Thu Sep 29 15:21:04 2022 +0000 @@ -8,6 +8,11 @@ familyName="Skoryk" url="https://github.com/maximskorik" identifier="0000-0003-2056-8018" /> + <person + givenName="Zargham" + familyName="Ahmad" + url="https://github.com/zargham-ahmad" + identifier="0000-0002-6096-224X" /> <organization url="https://www.recetox.muni.cz/" email="GalaxyToolsDevelopmentandDeployment@space.muni.cz" @@ -15,8 +20,10 @@ </creator> </xml> + <xml name="input_data"> + <param type="data" name="data" label="Feature table" format="csv,tsv,parquet" help=""/> + </xml> <xml name="general_parameters"> - <param type="data" name="data" label="Feature table" format="csv" help=""/> <param type="integer" value="20" name="k" label="Number of components to decompose" help="maximal component that ICA decomposes"/> <param type="float" value="0" name="alpha" label="Alpha" help="trade-off value between the independence of samples (temporal ICA) and variables (spatial ICA), should be between 0 and 1"/> </xml> @@ -86,7 +93,7 @@ <xml name="outputs"> <outputs> - <data name="normalized_data" format="tsv" /> + <data format_source="data" name="normalized_data"/> </outputs> </xml>