Mercurial > repos > rnateam > intarna
comparison intarna.xml @ 11:6e910434d5bf draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/intarna commit d33429dd2553acf4f2ec5a62fc37dff058d28fb5"
author | bgruening |
---|---|
date | Sat, 01 Feb 2020 04:19:11 -0500 |
parents | a3d8b6b2ffd8 |
children | 0a2817800fd9 |
comparison
equal
deleted
inserted
replaced
10:a3d8b6b2ffd8 | 11:6e910434d5bf |
---|---|
1 <tool id="intarna" name="IntaRNA" version="3.1.3"> | 1 <tool id="intarna" name="IntaRNA" version="3.1.5"> |
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.3">intarna</requirement> | 70 <requirement type="package" version="3.1.5">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 |