Mercurial > repos > iuc > gff_to_prot
comparison convert_gff.xml @ 4:2aea122fbd25 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 3a3bb179f4f3c99b25ef082996720c62aedb6200"
author | iuc |
---|---|
date | Fri, 31 Jan 2020 10:49:13 -0500 |
parents | 99810cf51f2e |
children | 79261884facd |
comparison
equal
deleted
inserted
replaced
3:b12ff7a3ee41 | 4:2aea122fbd25 |
---|---|
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" /> |