Mercurial > repos > iuc > deepmicro
view macros.xml @ 2:2d20b3a1babd draft default tip
planemo upload for repository https://github.com/paulzierep/DeepMicro commit 574cb8c241e18a15f006bf307235c7dd23f07c69
author | iuc |
---|---|
date | Tue, 23 Jul 2024 15:56:32 +0000 |
parents | c58c1a99578b |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.4</token> <token name="@VERSION_SUFFIX@">2</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>