Mercurial > repos > cpt > cpt_fix_aragorn
view fix-aragorn-gff3.xml @ 5:8da37080e35f draft default tip
planemo upload commit f33bdf952d796c5d7a240b132af3c4cbd102decc
author | cpt |
---|---|
date | Fri, 05 Jan 2024 05:51:12 +0000 |
parents | 733cb0807083 |
children |
line wrap: on
line source
<tool id="edu.tamu.cpt.external.aragorn-gff3" name="Fix tRNA model" version="19.1.0.0"> <description/> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"> <requirement type="package" version="3.9.16">python</requirement> <requirement type="package" version="1.2.2">cpt_gffparser</requirement> <requirement type="package" version="1.81">biopython</requirement> </expand> <command detect_errors="aggressive"><![CDATA[ '$__tool_directory__/fix-aragorn-gff3.py' @INPUT_GFF@ > '$default']]></command> <inputs> <expand macro="gff3_input"/> </inputs> <outputs> <data format="gff3" name="default"/> </outputs> <tests> <test> <param name="gff3_data" value="FixAra_In.gff3"/> <output name="default" file="FixAra_Out.gff3"/> </test> </tests> <help><![CDATA[ **What it does** For an input GFF3 file with tRNAs from the Aragorn or converted from the tRNAscan-SE tools, this tool modifies the gene model to reflect a gene-tRNA-exon hierarchy. That change is needed to allow for creation of proper tRNA features in Apollo. ]]></help> <expand macro="citations"/> </tool>