diff Rooting/rooting.xml @ 5:ec22fcacb66c draft

planemo upload
author gandres
date Mon, 15 Feb 2016 10:26:18 -0500
parents 10627af23f10
children
line wrap: on
line diff
--- a/Rooting/rooting.xml	Tue Dec 15 05:18:02 2015 -0500
+++ b/Rooting/rooting.xml	Mon Feb 15 10:26:18 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="sniplay_rooting" name="Rooting" version="1.0.2">
+<tool id="sniplay_rooting" name="Rooting" version="1.0.3">
     
     <!-- [REQUIRED] Tool description displayed after the tool name -->
     <description> Midpoint rooting of newick tree </description>
@@ -30,14 +30,14 @@
    
     <!-- [REQUIRED] Input files and tool parameters -->
     <inputs>
-	<param name="filein" type="data" format="txt" optional="false" label="Fasta alignment input" />
+	<param name="filein" type="data" format="nwk" optional="false" label="Fasta alignment input" />
 	<param name="fileout_label" type="text" value="out tree" label="Output name" help="Output name for files" />
     </inputs> 
     
     <!-- [REQUIRED] Output files -->
     <outputs>
 	<data name="fileout_log" type="data" format="txt" label="${fileout_label}.log" />
-	<data name="fileout" type="data" format="txt" label="${fileout_label}" />
+	<data name="fileout" type="data" format="nwk" label="${fileout_label}" />
     </outputs>
     
     <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->