diff cpt_convert_mga_to_gff3.xml @ 0:d5c3354c166d draft default tip

Uploaded
author cpt_testbed
date Fri, 29 Apr 2022 10:33:36 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpt_convert_mga_to_gff3.xml	Fri Apr 29 10:33:36 2022 +0000
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<tool id="edu.tamu.cpt2.util.mga_to_gff3" name="MGA to GFF3" version="19.1.0.0">
+	<description></description>
+	<macros>
+		<import>cpt-macros.xml</import>
+		<import>macros.xml</import>
+	</macros>
+	<expand macro="requirements"/>
+	<command detect_errors="aggressive">
+@GENOME_SELECTOR_PRE@
+
+python $__tool_directory__/cpt_convert_mga_to_gff3.py
+$mga
+@GENOME_SELECTOR@
+> $data
+
+</command>
+	<inputs>
+		<param label="MGA Output" name="mga" type="data" format="tabular"/>
+		<expand macro="genome_selector" />
+	</inputs>
+	<outputs>
+		<data format="gff3" name="data">
+		</data>
+	</outputs>
+	<tests>
+		<test>
+			<param name="reference_genome_source" value="history" />
+			<param name="genome_fasta" value="ConvMga_In.fa" />
+			<param name="mga" value="ConvMga_In.out" />
+			<output name="data" file="ConvMga_Out.gff3" />
+		</test>
+	</tests>
+	<help>
+**What it does**
+
+Converts an input MetaGeneAnnotator table to the GFF3 format.
+	</help>
+		<expand macro="citations" />
+</tool>