changeset 6:c50b7a3ff5ad draft

planemo upload commit 4d00a0b7a4b859b642eceb3c7cd4adb1453903a0-dirty
author tiagoantao
date Thu, 04 Feb 2016 07:51:30 -0500
parents 1a5ebb16aaea
children 2059c028c07a
files STACKS_clone_filter.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/STACKS_clone_filter.xml	Thu Feb 04 07:50:26 2016 -0500
+++ b/STACKS_clone_filter.xml	Thu Feb 04 07:51:30 2016 -0500
@@ -34,8 +34,8 @@
           <param name="rev" type="data" format="fastq" label="Reverse FASTQ" />
       </when>
   </conditional>
-  <param name="oligo_len_1" type="int" label="length of the single-end oligo sequence in data set"/>
-  <param name="oligo_len_2" type="int" label="length of the paired-end oligo sequence in data set"/>
+  <param name="oligo_len_1" type="integer" label="length of the single-end oligo sequence in data set"/>
+  <param name="oligo_len_2" type="integer" label="length of the paired-end oligo sequence in data set"/>
   <param name="oligo_options" type="select" label="Oligo sequence options">
       <option value="inline_null" selected="true">random oligo is inline with sequence, occurs only on single-end read</option>
       <option value="null_index">random oligo is provded in FASTQ header (Illumina i7 read if both i5 and i7 read are provided).</option>