Mercurial > repos > bgruening > infernal
comparison cmstat.xml @ 19:94cc7ef25867 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit a812ed8de433ac4e8b42afd636e70cfbb180d2b9"
author | bgruening |
---|---|
date | Thu, 23 Sep 2021 19:38:15 +0000 |
parents | 0ac29b4bb1cb |
children | b10f7688d14c |
comparison
equal
deleted
inserted
replaced
18:3800a5fbb327 | 19:94cc7ef25867 |
---|---|
1 <tool id="infernal_cmstat" name="cmstat" version="@VERSION@.0"> | 1 <tool id="infernal_cmstat" name="cmstat" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>Summary statistics for covariance model </description> | 2 <description>Summary statistics for covariance model </description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
8 <expand macro="xrefs"/> | |
8 <command> | 9 <command> |
9 <![CDATA[ | 10 <![CDATA[ |
10 ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy | 11 ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy |
11 ## it will be converted to a tab delimited file and piped to Galaxy | 12 ## it will be converted to a tab delimited file and piped to Galaxy |
12 ##temp_tabular_output=\$(mktemp); | 13 ##temp_tabular_output=\$(mktemp); |