Mercurial > repos > iuc > deepmicro
diff macros.xml @ 0:969ca45fd5de draft
planemo upload for repository https://github.com/paulzierep/DeepMicro commit 1bbea291a9d77beafaeba83ab775d870ec24719e
| author | iuc |
|---|---|
| date | Tue, 02 May 2023 17:39:01 +0000 |
| parents | |
| children | 5fc85e6bdc19 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 02 17:39:01 2023 +0000 @@ -0,0 +1,49 @@ +<?xml version="1.0"?> +<macros> + <token name="@TOOL_VERSION@">1.4</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">22.05</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools"> + DeepMicro + </xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">deepmicro</requirement> + </requirements> + </xml> + <xml name="version"> + <version_command><![CDATA[ + echo "@TOOL_VERSION@" + ]]></version_command> + </xml> + <xml name="citations"> + <citations> + <citation type="doi"> + 10.1038/s41598-020-63159-5 + </citation> + </citations> + </xml> + <xml name="creator"> + <creator> + <person givenName="Paul" familyName="Zierep" email="zierep@informatik.uni-freiburg.de" /> + </creator> + </xml> + <xml name="dm"> + <param name="dm" type="text" value="40" label="Dimensions for deep representation learning" help="Comma-separated dimensions for deep representation learning e.g. [50,30,20]"> + <validator type="regex" message="Use only numbers and commas for this input">^(\d+|\,)+$</validator> + </param > + + </xml> + <xml name="clfs"> + <param name="classifier" type="select" label="Classifier for the cross validation" help="The classifier used for the cross validation (`all` will create a run for each classifier)"> + <option value="svm">svm</option> + <option value="mlp">mlp</option> + <option value="rf">rf</option> + <option value="all">all</option> + </param> + </xml> +</macros>
