comparison cmpress.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_cmpress" name="cmpress" version="@VERSION@.0"> 1 <tool id="infernal_cmpress" name="cmpress" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description> Prepare a covariance model database for cmscan</description> 2 <description> Prepare a covariance model database for cmscan</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 ## CM file from the history or stored as database on disc 11 ## CM file from the history or stored as database on disc
11 #if str($cm_opts.cm_opts_selector) == "db": 12 #if str($cm_opts.cm_opts_selector) == "db":
12 cmfile_path='$cm_opts.database.fields.path' 13 cmfile_path='$cm_opts.database.fields.path'