gossamer
gossamer copied to clipboard
Xenome classify output file
Hello, I am using xenome classify to process xenograft RNA-seq data. The output species specific .fastq files are missing '@' or '>' and the STAR aligner is unable to map.
Which version are you using? I see this bug in xenome version 1.0.1 downloaded from https://github.com/data61/gossamer/issues/9#issuecomment-402958742
I use sed '1~4s/^/@/' each_output.fastq
to get around it.
Hi,
I would also suggest to introduce a +
in the 3rd line of each read with sed -i 's/^$/+/' each_output.fastq
.
I found some problems in downstream analyses using the "FASTQ" format from Xenome.