Mercurial > repos > iuc > gff_to_prot
diff 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 |
line wrap: on
line diff
--- a/convert_gff.xml Wed Oct 16 04:31:16 2019 -0400 +++ b/convert_gff.xml Tue Jan 28 10:34:55 2020 +0000 @@ -1,10 +1,11 @@ <?xml version="1.0"?> -<tool id="gff_to_prot" name="Convert GFF3" version="1.0.0"> +<tool id="gff_to_prot" name="Convert GFF3" version="@VERSION@+galaxy0"> <description>to prot_table for TRANSIT</description> <macros> <import>macros.xml</import> </macros> - <command detect_errors="exit_code">$__tool_directory__/gff_to_prot.py '$input' '$output'</command> + <expand macro="requirements" /> + <command detect_errors="exit_code">transit convert gff_to_prot_table '$input' '$output'</command> <inputs> <param name="input" type="data" format="gff3" label="GenBank GFF file" /> </inputs>
