This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Questions about using Jellyfish and genomescope with paired end reads?

I recently used jellyfish with some paired-end reads to count k-mers, and I saw another post that mentioned you should concatenate the paired-end reads before inputting into jellyfish.

My question is: is that right? Wouldn't that duplicate the number of k-mers? I used this command:

jellyfish count -C -m 21 -s 1000000000 -t 10 *.fastq -o reads.jf

Which, if I understand correctly, the -C means that it treats both forward and reverse k-mers as valid? Should I redo it, without the -C switch?

jellyfish genomescope

0 answers

No answers yet.

Log in to answer this question.