Mercurial > repos > rnateam > intarna
comparison intarna.xml @ 12:0a2817800fd9 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/intarna commit d0168ff4d483127b99f21522e4a12789d5d6db4a"
author | bgruening |
---|---|
date | Mon, 02 Mar 2020 16:18:10 -0500 |
parents | 6e910434d5bf |
children | ddfd02440cfa |
comparison
equal
deleted
inserted
replaced
11:6e910434d5bf | 12:0a2817800fd9 |
---|---|
1 <tool id="intarna" name="IntaRNA" version="3.1.5"> | 1 <tool id="intarna" name="IntaRNA" version="3.2.0"> |
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 argument="--query" format="fasta" help="Sequences have to use IUPAC nucleotide encoding. File must be in FASTA format" label="Query sequence(s)" name="query" type="data" /> | 5 <param argument="--query" format="fasta" help="Sequences have to use IUPAC nucleotide encoding. File must be in FASTA format" label="Query sequence(s)" name="query" type="data" /> |
6 <conditional name="qAcc_cond"> | 6 <conditional name="qAcc_cond"> |
65 <option value="B">in both sequences</option> | 65 <option value="B">in both sequences</option> |
66 </param> | 66 </param> |
67 </macro> | 67 </macro> |
68 </macros> | 68 </macros> |
69 <requirements> | 69 <requirements> |
70 <requirement type="package" version="3.1.5">intarna</requirement> | 70 <requirement type="package" version="3.2.0">intarna</requirement> |
71 </requirements> | 71 </requirements> |
72 <version_command>IntaRNA --version</version_command> | 72 <version_command>IntaRNA --version</version_command> |
73 <command detect_errors="exit_code"><![CDATA[ | 73 <command detect_errors="exit_code"><![CDATA[ |
74 | 74 |
75 IntaRNA | 75 IntaRNA |