Mercurial > repos > leomrtns > checkm_lineage_wf
comparison macros.xml @ 0:cb30bd36bfd0 draft default tip
planemo upload
author | leomrtns |
---|---|
date | Wed, 02 Oct 2019 10:51:58 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cb30bd36bfd0 |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">1.0.11</token> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="@TOOL_VERSION@">checkm-genome</requirement> | |
6 <yield/> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="stdio"> | |
10 <stdio> | |
11 <exit_code level="fatal" range="1:" description="Error"/> | |
12 <regex match="Expected all files to contain sequences in" source="both" level="fatal" description="nt/aa sequences provided but aa/nt sequences expected"/> | |
13 </stdio> | |
14 | |
15 </xml> | |
16 <xml name="version_command"> | |
17 <version_command><![CDATA[checkm -h | grep "CheckM v" | sed 's/CheckM v//; s/[:. ]\{2,\}//g']]></version_command> | |
18 </xml> | |
19 <xml name="citations"> | |
20 <citations> | |
21 <citation type="doi">10.1101/gr.186072.114</citation> | |
22 </citations> | |
23 </xml> | |
24 </macros> |