Mercurial > repos > pimarin > abromicsextractor
comparison macro.xml @ 0:a157d29ef11d draft default tip
planemo upload commit 4b30072ce6fff8554976af6fb4fce92069d39a6e
author | pimarin |
---|---|
date | Mon, 15 May 2023 14:20:18 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a157d29ef11d |
---|---|
1 | |
2 <macros> | |
3 <token name="@TOOL_VERSION@">0.1</token> | |
4 <token name="@VERSION_SUFFIX@">0</token> | |
5 <token name="@PROFILE@">21.05</token> | |
6 <xml name="version_command"> | |
7 <version_command><![CDATA[abromics --version]]></version_command> | |
8 </xml> | |
9 <xml name="analysis_software_version"> | |
10 <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"></param> | |
11 </xml> | |
12 <xml name="reference_database_version"> | |
13 <param argument="--reference_database_version" type="text" optional="true" label="Database software version"></param> | |
14 </xml> | |
15 <xml name="edam"> | |
16 <edam_topics> | |
17 <edam_topic>topic_3301</edam_topic> | |
18 </edam_topics> | |
19 </xml> | |
20 <xml name="requirements"> | |
21 <requirements> | |
22 <requirement type="package" version="@TOOL_VERSION@">abromicsextractor</requirement> | |
23 </requirements> | |
24 </xml> | |
25 <xml name="citations"> | |
26 <citations> | |
27 <citation type="doi">10.1099/mgen.0.000685</citation> | |
28 </citations> | |
29 </xml> | |
30 <xml name="element_assert" token_name="" token_text=""> | |
31 <element name="@NAME@"> | |
32 <assert_contents> | |
33 <has_text text="@TEXT@"/> | |
34 <yield/> | |
35 </assert_contents> | |
36 </element> | |
37 </xml> | |
38 </macros> |