comparison cmsearch.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_cmsearch" name="cmsearch" version="@VERSION@.0"> 1 <tool id="infernal_cmsearch" name="cmsearch" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
2 <description>Search covariance model(s) against a sequence database </description> 2 <description>Search covariance model(s) against a sequence database </description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <parallelism method="multi" split_inputs="seqdb" split_mode="to_size" split_size="500" merge_outputs="outfile,multiple_alignment_output"></parallelism> 6 <!--parallelism method="multi" split_inputs="seqdb" split_mode="to_size" split_size="500" merge_outputs="outfile,multiple_alignment_output"></parallelism-->
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <expand macro="stdio" /> 8 <expand macro="stdio" />
9 <expand macro="xrefs"/>
9 <command> 10 <command>
10 <![CDATA[ 11 <![CDATA[
11 ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy 12 ## a temp file is needed, because the standard tabular output from infernal is not usefull in Galaxy
12 ## it will be converted to a tab delimited file and piped to Galaxy 13 ## it will be converted to a tab delimited file and piped to Galaxy
13 temp_tabular_output=\$(mktemp) && 14 temp_tabular_output=\$(mktemp) &&
22 $cyk 23 $cyk
23 $acyk 24 $acyk
24 $notrunc 25 $notrunc
25 $anytrunc 26 $anytrunc
26 $nonull3 27 $nonull3
27 #if $smxsize <> 128.0 28 #if str($smxsize) != "128.0"
28 --smxsize $smxsize 29 --smxsize $smxsize
29 #end if 30 #end if
30 #if $mxsize <> 128.0 31 #if str($mxsize) != "128.0"
31 --mxsize $mxsize 32 --mxsize $mxsize
32 #end if 33 #end if
33 --tblout \$temp_tabular_output 34 --tblout \$temp_tabular_output
34 $g 35 $g
35 #if $Z 36 #if $Z
245 <param name="cm_opts_selector" value="histdb"/> 246 <param name="cm_opts_selector" value="histdb"/>
246 <param name="cmfile" value="cmsearch_input1.cm"/> 247 <param name="cmfile" value="cmsearch_input1.cm"/>
247 </conditional> 248 </conditional>
248 <param name="seqdb" value="cmsearch_input2.fa"/> 249 <param name="seqdb" value="cmsearch_input2.fa"/>
249 <output name="outfile" file="cmsearch_result.tabular"/> 250 <output name="outfile" file="cmsearch_result.tabular"/>
250
251 </test> 251 </test>
252 </tests> 252 </tests>
253 253
254 <help> 254 <help>
255 <![CDATA[ 255 <![CDATA[