Mercurial > repos > iuc > deepmicro
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:969ca45fd5de |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <macros> | |
| 3 <token name="@TOOL_VERSION@">1.4</token> | |
| 4 <token name="@VERSION_SUFFIX@">0</token> | |
| 5 <token name="@PROFILE@">22.05</token> | |
| 6 <xml name="biotools"> | |
| 7 <xrefs> | |
| 8 <xref type="bio.tools"> | |
| 9 DeepMicro | |
| 10 </xref> | |
| 11 </xrefs> | |
| 12 </xml> | |
| 13 <xml name="requirements"> | |
| 14 <requirements> | |
| 15 <requirement type="package" version="@TOOL_VERSION@">deepmicro</requirement> | |
| 16 </requirements> | |
| 17 </xml> | |
| 18 <xml name="version"> | |
| 19 <version_command><![CDATA[ | |
| 20 echo "@TOOL_VERSION@" | |
| 21 ]]></version_command> | |
| 22 </xml> | |
| 23 <xml name="citations"> | |
| 24 <citations> | |
| 25 <citation type="doi"> | |
| 26 10.1038/s41598-020-63159-5 | |
| 27 </citation> | |
| 28 </citations> | |
| 29 </xml> | |
| 30 <xml name="creator"> | |
| 31 <creator> | |
| 32 <person givenName="Paul" familyName="Zierep" email="zierep@informatik.uni-freiburg.de" /> | |
| 33 </creator> | |
| 34 </xml> | |
| 35 <xml name="dm"> | |
| 36 <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]"> | |
| 37 <validator type="regex" message="Use only numbers and commas for this input">^(\d+|\,)+$</validator> | |
| 38 </param > | |
| 39 | |
| 40 </xml> | |
| 41 <xml name="clfs"> | |
| 42 <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)"> | |
| 43 <option value="svm">svm</option> | |
| 44 <option value="mlp">mlp</option> | |
| 45 <option value="rf">rf</option> | |
| 46 <option value="all">all</option> | |
| 47 </param> | |
| 48 </xml> | |
| 49 </macros> |
