diff Rooting/rooting.xml @ 11:15b23cdde685 draft

planemo upload commit 305985afd3b7c3d47f531149c2f1a279af2d12aa-dirty
author dereeper
date Fri, 20 Apr 2018 09:04:25 -0400
parents c6640c49fd01
children
line wrap: on
line diff
--- a/Rooting/rooting.xml	Mon Apr 16 09:00:24 2018 -0400
+++ b/Rooting/rooting.xml	Fri Apr 20 09:04:25 2018 -0400
@@ -30,14 +30,14 @@
    
     <!-- [REQUIRED] Input files and tool parameters -->
     <inputs>
-	<param name="filein" type="data" format="nwk,nhx" optional="false" label="Newick tree input" />
+	<param name="filein" type="data" format="nhx" optional="false" label="Newick tree 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" format="txt" label="${fileout_label}.log" />
-	<data name="fileout" format="nwk,nhx" label="${fileout_label}" />
+	<data name="fileout" format="nhx" label="${fileout_label}" />
     </outputs>
     
     <!-- [OPTIONAL] Tests to be run manually by the Galaxy admin -->