|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool id="edu.tamu.cpt.external.aragorn-gff3" name="Fix tRNA model" version="19.1.0.0">
|
|
|
3 <description></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__/fix-aragorn-gff3.py
|
|
|
11 @INPUT_GFF@
|
|
|
12 > $default]]></command>
|
|
|
13 <inputs>
|
|
|
14 <expand macro="gff3_input" />
|
|
|
15 </inputs>
|
|
|
16 <outputs>
|
|
|
17 <data format="gff3" name="default"/>
|
|
|
18 </outputs>
|
|
|
19 <tests>
|
|
|
20 <test>
|
|
|
21 <param name="gff3_data" value="FixAra_In.gff3"/>
|
|
|
22 <output name="default" file="FixAra_Out.gff3"/>
|
|
|
23 </test>
|
|
|
24 </tests>
|
|
|
25 <help><![CDATA[
|
|
|
26 **What it does**
|
|
|
27
|
|
|
28 For an input GFF3 file with tRNAs from the Aragorn or converted from the tRNAscan-SE tools, this tool modifies
|
|
|
29 the gene model to reflect a gene-tRNA-exon hierarchy. That change is needed
|
|
|
30 to allow for creation of proper tRNA features in Apollo.
|
|
|
31 ]]></help>
|
|
|
32 <expand macro="citations" />
|
|
|
33 </tool>
|