Mercurial > repos > iuc > gff_to_prot
comparison convert_gff.xml @ 8:a1b3d615f8bf draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 3a3bb179f4f3c99b25ef082996720c62aedb6200"
| author | iuc |
|---|---|
| date | Tue, 28 Jan 2020 10:34:55 +0000 |
| parents | 74e9ab4a4c05 |
| children | 083efa205ca3 |
comparison
equal
deleted
inserted
replaced
| 7:e046db34c47a | 8:a1b3d615f8bf |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="gff_to_prot" name="Convert GFF3" version="1.0.0"> | 2 <tool id="gff_to_prot" name="Convert GFF3" version="@VERSION@+galaxy0"> |
| 3 <description>to prot_table for TRANSIT</description> | 3 <description>to prot_table for TRANSIT</description> |
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <command detect_errors="exit_code">$__tool_directory__/gff_to_prot.py '$input' '$output'</command> | 7 <expand macro="requirements" /> |
| 8 <command detect_errors="exit_code">transit convert gff_to_prot_table '$input' '$output'</command> | |
| 8 <inputs> | 9 <inputs> |
| 9 <param name="input" type="data" format="gff3" label="GenBank GFF file" /> | 10 <param name="input" type="data" format="gff3" label="GenBank GFF file" /> |
| 10 </inputs> | 11 </inputs> |
| 11 <outputs> | 12 <outputs> |
| 12 <data name="output" format="tabular" /> | 13 <data name="output" format="tabular" /> |
