changeset 59:eeb89c3331ad draft

Undo last upload.
author pierre.pouchin
date Tue, 23 Oct 2018 11:02:17 -0400
parents e12ad81abcbb
children 9645d995fb3c
files sRNAPipe.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sRNAPipe.xml	Tue Oct 23 10:36:18 2018 -0400
+++ b/sRNAPipe.xml	Tue Oct 23 11:02:17 2018 -0400
@@ -5,10 +5,10 @@
     ./bin/sRNAPipe.pl
 
     --fastq ${first_input}
-    --fastq_n "${first_input.name}"
+    --fastq_n ${first_input.name}
     #for $input_file in $input_files:
     --fastq ${input_file.additional_input}
-    --fastq_n "${input_file.additional_input.name}"
+    --fastq_n ${input_file.additional_input.name}
     #end for
 
     #if $Genome.refGenomeSource == "history":