comparison fix-aragorn-gff3.xml @ 0:d5c3354c166d draft default tip

Uploaded
author cpt_testbed
date Fri, 29 Apr 2022 10:33:36 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d5c3354c166d
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>