comparison convert_gff.xml @ 5:79261884facd 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:48:35 +0000
parents 2aea122fbd25
children 07d7991bf205
comparison
equal deleted inserted replaced
4:2aea122fbd25 5:79261884facd
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>