# HG changeset patch
# User jpetteng
# Date 1515618733 18000
# Node ID 338b07ddaa105380045e24141a2c011afbe7904f
# Parent dbcc6d233eed1e587a32837788a49183258e658f
Changed to only use one fastq when paired is selected - otherwise need to make workflow to handle concatenation
diff -r dbcc6d233eed -r 338b07ddaa10 ectyper.xml
--- a/ectyper.xml Wed Jan 10 14:22:47 2018 -0500
+++ b/ectyper.xml Wed Jan 10 16:12:13 2018 -0500
@@ -18,7 +18,7 @@
#else if $jobtype.select == "se"
-i sample_1.fastq
#else if $jobtype.select == "pe"
- -i sample_1.fastq sample_2.fastq
+ -i sample_1.fastq
#end if
-d $percent_identity
-l $percent_length
@@ -30,7 +30,7 @@
-
+