changeset 31:7631b341e0cf draft

Uploaded
author mcharles
date Thu, 09 Oct 2014 06:45:58 -0400
parents 2b15c0cab0ae
children a86903ab5266
files rapsodyn/PrepareFastqLight.pl rapsodyn/PrepareFastqLight.xml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rapsodyn/PrepareFastqLight.pl	Thu Oct 09 06:42:00 2014 -0400
+++ b/rapsodyn/PrepareFastqLight.pl	Thu Oct 09 06:45:58 2014 -0400
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+#V1.0.2 added auto type detection
 #V1.0.1 added log, option parameters
 use strict;
 use warnings;
--- a/rapsodyn/PrepareFastqLight.xml	Thu Oct 09 06:42:00 2014 -0400
+++ b/rapsodyn/PrepareFastqLight.xml	Thu Oct 09 06:45:58 2014 -0400
@@ -7,7 +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">Auto-detect</option>
+		<option value="auto" selected="true">Auto-detect</option>
 		<option value="sanger">Sanger</option>
 		<option value="illumina">Illumina 1.3-1.7</option>
 	</param>