Mercurial > repos > iuc > gff_to_prot
comparison convert_gff.xml @ 0:f6c407e41a33 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0-dirty
| author | iuc |
|---|---|
| date | Wed, 27 Feb 2019 10:18:07 -0500 |
| parents | |
| children | 5b78f251c69f |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f6c407e41a33 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="gff_to_prot" name="Convert GFF3" version="1.0.0"> | |
| 3 <description>to prot_table for TRANSIT</description> | |
| 4 <command detect_errors="exit_code">$__tool_directory__/gff_to_prot.py '$input' '$output'</command> | |
| 5 <inputs> | |
| 6 <param name="input" type="data" format="gff3" label="GenBank GFF file" /> | |
| 7 </inputs> | |
| 8 <outputs> | |
| 9 <data name="output" format="tabular" /> | |
| 10 </outputs> | |
| 11 <tests> | |
| 12 <test> | |
| 13 <param name="input" ftype="gff3" value="gff_to_prot-in1.gff3" /> | |
| 14 <output name="output" file="gff_to_prot-out1.txt" /> | |
| 15 </test> | |
| 16 </tests> | |
| 17 </tool> |
