Mercurial > repos > iuc > gff_to_prot
comparison convert_gff.xml @ 9:083efa205ca3 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
| author | iuc |
|---|---|
| date | Sat, 27 Nov 2021 09:45:08 +0000 |
| parents | a1b3d615f8bf |
| children | 179ee659a3ee |
comparison
equal
deleted
inserted
replaced
| 8:a1b3d615f8bf | 9:083efa205ca3 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="gff_to_prot" name="Convert GFF3" version="@VERSION@+galaxy0"> | 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 <expand macro="bio_tools"/> | |
| 4 <macros> | 5 <macros> |
| 5 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 6 </macros> | 7 </macros> |
| 7 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
| 8 <command detect_errors="exit_code">transit convert gff_to_prot_table '$input' '$output'</command> | 9 <command detect_errors="exit_code">transit convert gff_to_prot_table '$input' '$output'</command> |
