changeset 7:cd9c123ab04f draft default tip

Uploaded
author dktanwar
date Mon, 16 Oct 2017 14:20:00 -0400
parents 11377edbbea2
children
files 01_RemoveSNPs/RemoveSNPs.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/01_RemoveSNPs/RemoveSNPs.xml	Mon Oct 16 14:12:23 2017 -0400
+++ b/01_RemoveSNPs/RemoveSNPs.xml	Mon Oct 16 14:20:00 2017 -0400
@@ -2,18 +2,18 @@
     <requirements>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        bash $__tool_directory__/RemoveSNPs "$SAM alignment files" 3 > "$output1"
+        bash $__tool_directory__/RemoveSNPs "$SAM_files" "$SNPs_allowed" > "$output1"
     ]]></command>
     <inputs>
-        <param type="data" name="SAM alignment files" format="sam" />
-	<param type="integer" name="SNPs/ mismatches allowed" value="3" />
+        <param type="data" name="SAM_files" format="sam" />
+	<param type="integer" name="SNPs_allowed" value="3" />
     </inputs>
     <outputs>
         <data name="output1" format="sam" />
     </outputs>
     <tests>
         <test>
-            <param name="SAM alignment files" value="input.sam"/>
+            <param name="SAM_files" value="input.sam"/>
             <output name="output1" file="output.sam"/>
         </test>
     </tests>