comparison cmstat.xml @ 8:c9e29ac5d099 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit a812ed8de433ac4e8b42afd636e70cfbb180d2b9"
author bgruening
date Thu, 23 Sep 2021 19:38:58 +0000
parents 6e18e0b098cd
children
comparison
equal deleted inserted replaced
7:477d829d3250 8:c9e29ac5d099
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);