Mercurial > repos > dfornika > any2fasta
comparison any2fasta.xml @ 0:0cc78566a41e draft default tip
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/any2fasta commit 423cf96266f6ac433052ff72edb1397502313010-dirty
| author | dfornika |
|---|---|
| date | Tue, 09 Jul 2019 17:13:59 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0cc78566a41e |
|---|---|
| 1 <tool id="any2fasta" name="any2fasta" version="0.4.2+galaxy0"> | |
| 2 <description>Convert various sequence formats to FASTA</description> | |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="0.4.2">any2fasta</requirement> | |
| 8 </requirements> | |
| 9 <command detect_errors="exit_code"> | |
| 10 <![CDATA[ | |
| 11 any2fasta | |
| 12 '${input}' | |
| 13 > '${output}' | |
| 14 ]]> | |
| 15 </command> | |
| 16 <inputs> | |
| 17 <param name="input" type="data" format="@INTYPES@" label="Input" help="File to convert to fasta"/> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="output" format="fasta"/> | |
| 21 </outputs> | |
| 22 <tests> | |
| 23 <test> | |
| 24 <param name="input" value="LR595890.1.gb" ftype="genbank"/> | |
| 25 <output name="output" file="LR595890.1.fasta" /> | |
| 26 </test> | |
| 27 </tests> | |
| 28 <help> | |
| 29 </help> | |
| 30 <citations> | |
| 31 </citations> | |
| 32 </tool> |
