diff rapsodyn/PrepareFastqLight.xml @ 8:d857538d9fea draft

Uploaded
author mcharles
date Fri, 10 Oct 2014 07:05:36 -0400
parents 3f7b0788a1c4
children 0a6c1cfe4dc8
line wrap: on
line diff
--- a/rapsodyn/PrepareFastqLight.xml	Tue Oct 07 10:34:34 2014 -0400
+++ b/rapsodyn/PrepareFastqLight.xml	Fri Oct 10 07:05:36 2014 -0400
@@ -1,4 +1,4 @@
-<tool id="PrepareFastqLight" name="PrepareFastqLight" version="1.01">
+<tool id="PrepareFastqLight" name="PrepareFastqLight" version="1.03">
 <description>Fastq preparation</description>
 <command interpreter="perl">
     PrepareFastqLight.pl -read1_file $input_read1_file -read2_file $input_read2_file -output1 $output_read1_file -output2 $output_read2_file -log_file $log_file -type $quality_type -min_quality $min_quality -min_length $min_length
@@ -7,6 +7,7 @@
 	<param name="input_read1_file"  type="data" format="txt,fastq" label="Select a suitable FASTQ READ 1 file from your history"/>
 	<param name="input_read2_file"  type="data" format="txt,fastq" label="Select a suitable FASTQ READ 2 file from your history"/>
 	<param name="quality_type" type="select" label="Select input quality format">
+		<option value="auto" selected="true">Auto-detect</option>
 		<option value="sanger">Sanger</option>
 		<option value="illumina">Illumina 1.3-1.7</option>
 	</param>