annotate gff3_fix_sixpack.xml @ 5:e23a13d56fce draft default tip

planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author cpt
date Fri, 05 Jan 2024 05:51:19 +0000
parents 326429ea1d33
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
1 <tool id="edu.tamu.cpt.gff3.fixsixpack" name="GFF3 Add Gene to CDS for Sixpack" version="19.1.0.0">
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
2 <description>Properly formats naive ORF caller output for Apollo</description>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
3 <macros>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
4 <import>macros.xml</import>
5
e23a13d56fce planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
cpt
parents: 4
diff changeset
5
3
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
6 </macros>
4
326429ea1d33 planemo upload commit 03123e94e3e0a9128e5fdcd5bfb2c97917310836
cpt
parents: 3
diff changeset
7 <expand macro="requirements">
326429ea1d33 planemo upload commit 03123e94e3e0a9128e5fdcd5bfb2c97917310836
cpt
parents: 3
diff changeset
8 <requirement type="package" version="3.9.16">python</requirement>
326429ea1d33 planemo upload commit 03123e94e3e0a9128e5fdcd5bfb2c97917310836
cpt
parents: 3
diff changeset
9 <requirement type="package" version="1.2.2">cpt_gffparser</requirement>
326429ea1d33 planemo upload commit 03123e94e3e0a9128e5fdcd5bfb2c97917310836
cpt
parents: 3
diff changeset
10 <requirement type="package" version="1.81">biopython</requirement>
326429ea1d33 planemo upload commit 03123e94e3e0a9128e5fdcd5bfb2c97917310836
cpt
parents: 3
diff changeset
11 </expand>
3
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
12 <command detect_errors="aggressive"><![CDATA[
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
13 '$__tool_directory__/gff3_fix_sixpack.py'
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
14 @INPUT_GFF@
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
15 > '$output']]></command>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
16 <inputs>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
17 <expand macro="gff3_input"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
18 </inputs>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
19 <outputs>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
20 <data format="gff3" name="output"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
21 </outputs>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
22 <tests>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
23 <test>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
24 <param name="gff3_data" value="miro.gff3"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
25 <output name="output" file="miro.6pfix.gff3"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
26 </test>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
27 <test>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
28 <param name="gff3_data" value="miro.cds.gff3"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
29 <output name="output" file="miro.cds6pfix.gff3"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
30 </test>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
31 </tests>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
32 <help><![CDATA[
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
33 **What it does**
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
34
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
35 This tool **strips ALL the mRNA features** in a GFF3 file. It specifically formats
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
36 the output of the naïve ORF call Sixpack such that it will be compatible with
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
37 Apollo via JBrowse.
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
38
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
39 ]]></help>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
40 <expand macro="citations"/>
efa4dfc23549 planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
cpt
parents:
diff changeset
41 </tool>