Hi everybody,
I have used bowtie2 with the -un parameters to get the unmapped reads to a fastq file:
bowtie2 -x phiX -p 10 -N 1 -L 10 -1 read1.fastq -2 read2.fastq --un ./unmapped.fq --al ./mapped.fq
bowtie2 -x phiX -p 10 -N 1 -L 10 -1 read1.fastq -2 read2.fastq --un unmapped.fq --al mapped.fq
Both command give an empty output.
Anyone knows why?
I have used bowtie2 with the -un parameters to get the unmapped reads to a fastq file:
bowtie2 -x phiX -p 10 -N 1 -L 10 -1 read1.fastq -2 read2.fastq --un ./unmapped.fq --al ./mapped.fq
bowtie2 -x phiX -p 10 -N 1 -L 10 -1 read1.fastq -2 read2.fastq --un unmapped.fq --al mapped.fq
Both command give an empty output.
Anyone knows why?
Comment