comparison gff3_reformat.xml @ 0:f678e282b320 draft default tip

"planemo upload"
author cpt_testbed
date Fri, 06 May 2022 07:07:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f678e282b320
1 <?xml version="1.0"?>
2 <tool id="edu.tamu.cpt.gff3.reformat" name="Reformat GFF3 File" version="19.1.0.0">
3 <description>by passing it through biopython</description>
4 <macros>
5 <import>macros.xml</import>
6 <import>cpt-macros.xml</import>
7 </macros>
8 <expand macro="requirements"/>
9 <command detect_errors="aggressive"><![CDATA[
10 $__tool_directory__/gff3_reformat.py
11 @INPUT_GFF@
12 > $default]]></command>
13 <inputs>
14 <expand macro="gff3_input" />
15 </inputs>
16 <outputs>
17 <data format="gff3" hidden="false" name="default"/>
18 </outputs>
19 <tests>
20 <test>
21 <param name="gff3_data" value="T7_ReformatIn.gff3" />
22 <output name="output" file="T7_ReformatOut.gff3" />
23 </test>
24 <test>
25 <param name="gff3_data" value="Miro_ReformatIn.gff3" />
26 <output name="output" file="Miro_ReformatOut.gff3" />
27 </test>
28 </tests>
29 <help><![CDATA[
30 **What it does**
31
32 Uses the biopython tools to clean up poorly formatted input GFF3 or GFF2 data.
33 This includes reformatting the GFF3 file header and properly displaying special
34 characters.
35
36 ]]></help>
37 <expand macro="citations" />
38 </tool>