Closed noncodo closed 10 years ago
The problem seems to be the way bowtie2 parses its input parameters splitting at every space and ignoring text surrounded by quotes the suggested input would generate, e.g. --sam-rg "PL:Illumina Hiseq2000"
As this is a bowtie2 issue, the recommended workaround is thus to not use any spaces in the library tags.
If there is a space in the library tags fields (bowtie2_config.txt), this will cause bowtie2's output to be written to a file name with the text following the space.
Example: Bowtie2_config.txt
Will cause a file named HiSeq2000 to be written in the main project folder, and the rest of the task will not pass NGSANE's QC.