diff check_gwas_inputs/CheckGWASInputs.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/check_gwas_inputs/CheckGWASInputs.xml	Tue Dec 15 05:18:02 2015 -0500
+++ b/check_gwas_inputs/CheckGWASInputs.xml	Mon Feb 15 10:26:18 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="check_GWAS_inputs" name="Check GWAS Inputs" version="1.0">
+<tool id="check_GWAS_inputs" name="Check GWAS Inputs" version="1.1">
 	<description>checks concordance between input files for GWAS analysis</description>
 
     <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work -->
@@ -15,8 +15,8 @@
 	<command interpreter="bash">./CheckGWASInputs.sh $hapmap $trait $out_hapmap $out_trait $stats
     </command>
 	<inputs>
-		<param format="text" name="hapmap" type="data" label="Allelic file in Hapmap format" help="Allelic file in Hapmap format"/>
-		<param format="text" name="trait" type="data" label="Trait file" help="Phenotypic file"/>
+		<param format="txt" name="hapmap" type="data" label="Allelic file in Hapmap format" help="Allelic file in Hapmap format"/>
+		<param format="txt" name="trait" type="data" label="Trait file" help="Phenotypic file"/>
 	</inputs>
 	<outputs>
 		<data format="txt" name="out_hapmap" label="Hapmap output"/>