comparison intarna.xml @ 4:e1d64afef3ba draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/intarna commit 6a688af07eb65f08922cf59dabcbc1b16277db8c
author rnateam
date Fri, 23 Mar 2018 17:55:25 -0400
parents 03c09b961567
children 233dfabc8592
comparison
equal deleted inserted replaced
3:03c09b961567 4:e1d64afef3ba
1 <tool id="intarna" name="IntaRNA" version="2.1.0"> 1 <tool id="intarna" name="IntaRNA" version="2.1.0.1">
2 <description>Efficient RNA-RNA interaction prediction incorporating accessibility and seeding of interaction sites.</description> 2 <description>Efficient RNA-RNA interaction prediction incorporating accessibility and seeding of interaction sites.</description>
3 <macros> 3 <macros>
4 <macro name="query_macro"> 4 <macro name="query_macro">
5 <param name="_query" argument="--query" format="fasta" type="data" label="Query sequence(s)" help="Sequences have to use IUPAC nucleotide encoding. File must be in FASTA format" /> 5 <param name="_query" argument="--query" format="fasta" type="data" label="Query sequence(s)" help="Sequences have to use IUPAC nucleotide encoding. File must be in FASTA format" />
6 <conditional name="qAcc_cond"> 6 <conditional name="qAcc_cond">
82 <option value="B">in both sequences</option> 82 <option value="B">in both sequences</option>
83 </param> 83 </param>
84 </macro> 84 </macro>
85 </macros> 85 </macros>
86 <requirements> 86 <requirements>
87 <requirement type="package" version="2.0.4">intarna</requirement> 87 <requirement type="package" version="2.1.0">intarna</requirement>
88 </requirements> 88 </requirements>
89 <stdio> 89 <stdio>
90 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" /> 90 <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
91 <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" /> 91 <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" />
92 </stdio> 92 </stdio>