# HG changeset patch # User pierre.pouchin # Date 1540306937 14400 # Node ID eeb89c3331ada1b24e503a6edc8a64319e1d324c # Parent e12ad81abcbba594040c898a6dd9b740c84b69f2 Undo last upload. diff -r e12ad81abcbb -r eeb89c3331ad sRNAPipe.xml --- 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":