changeset 11:f6265e05c55c draft

Uploaded
author nikos
date Wed, 05 Nov 2014 10:00:47 -0500
parents 33e625bef2b9
children 52ff42c85994
files normalize.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/normalize.xml	Wed Nov 05 09:09:03 2014 -0500
+++ b/normalize.xml	Wed Nov 05 10:00:47 2014 -0500
@@ -76,8 +76,8 @@
                 <param name="complexity" type="integer" value="" min="1" label="Random barcode complexity (m)" help="Highest possible number of unique barcodes. e.g For 7 nucleotide, fully degenerate random barcodes (NNNNNNN) then m = 16384 (m=4^7)." />
             </when>
             <when value="HRF-Seq">
-                <param name="k2n_treated" type="data" format="text" label="k2n Treated File" help="'Summarize Unique Barcodes' output." />
-                <param name="k2n_control" type="data" format="text" label="k2n Control File" optional="True"  help="'Summarize Unique Barcodes' output." />
+                <param name="k2n_treated" type="data" format="txt" label="k2n Treated File" help="'Summarize Unique Barcodes' output." />
+                <param name="k2n_control" type="data" format="txt" label="k2n Control File" optional="True"  help="'Summarize Unique Barcodes' output." />
             </when>
         </conditional>
         <param name="fasta" type="data" format="fasta" optional="True" label="Reference Fasta sequence" help="Used to report nucleotide at each position." />