Mercurial > repos > iuc > deepmicro
view macros.xml @ 1:5fc85e6bdc19 draft
planemo upload for repository https://github.com/paulzierep/DeepMicro commit 19cd7fd52900e23704975869cd66d5f7b219ae3e
| author | iuc |
|---|---|
| date | Sat, 10 Jun 2023 21:58:53 +0000 |
| parents | 969ca45fd5de |
| children | 604bf9c9294f |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.4</token> <token name="@VERSION_SUFFIX@">1</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>
