diff fixFastq.xml @ 8:61f9e983ece4 draft default tip

Increment version
author Matt Shirley <mdshw5@gmail.com>
date Sun, 31 Mar 2013 11:32:11 -0400
parents 3ffaee64bb66
children
line wrap: on
line diff
--- a/fixFastq.xml	Sun Mar 31 10:50:39 2013 -0400
+++ b/fixFastq.xml	Sun Mar 31 11:32:11 2013 -0400
@@ -2,10 +2,11 @@
   <description> generated using Hamming encoding</description>
   <command interpreter="python">fixFastq.py $strict $list $fastq $out</command>
   <inputs>
-    <param format="text" name="strict" type="select" value=""/>
+    <param format="text" name="strict" type="select" value="">
       <label>Replace unknown barcodes with N</label>
       <option value="">No</option>
       <option value="-s">Yes</option>
+    </param>
     <param format="tabular" name="list" type="data" label="List of barcodes used"/>
     <param format="fastqsanger" name="fastq" type="data" label="Barcoded reads"/>
   </inputs>
@@ -16,7 +17,7 @@
     <exit_code range="127" level="fatal" description="Cannot find fixFastq.py"/>
   </stdio>
   <requirements>
-    <requirement type="package" version="1.0">hamstring</requirement>
+    <requirement type="package" version="1.01">hamstring</requirement>
   </requirements>
   <help>
     This program accepts a fastqsanger file containing reads that are barcoded on the 5' end using a Hamming7,4 DNA barcode. A list of valid barcodes is checked,