Does Jellyfish k-mer counting tool give wrong k-mers?
0
0
Entering edit mode
3.1 years ago
rubyeat88 ▴ 10

I have just experienced a strange thing in Jellyfish. While counting k-mers using Jellyfish, some k-mers generated which is not in main DNA sequence but in dump.fa file. Isn't it strange? I also checked its reverse complement and surprisingly it is not in dump file. I couldn't get any idea how this k-mer generates?

software error • 1.2k views
ADD COMMENT
1
Entering edit mode

Could you give the exact invocation of jellyfish? What is in the dump.fa file and where does it come from? And how did you check the presence or absence of the kmer in question?

ADD REPLY
0
Entering edit mode

jellyfish count -m 15 -s 300M -t 12 -C gorrila.fa -o gorrila_counts.jf; jellyfish dump gorrila_counts.jf > gorrila_counts_dumps.fa;

here I am using 15-ker for Gorrila sequence and the count of all k-mer is written in Gorrila counts dumps.fa file. Now when I was checking the k-mers manually in fasta file, I didn't get it and also the reverse complement. Then how this k-mer generates in dump file if it is not present in main sequence?

ADD REPLY

Login before adding your answer.

Traffic: 2629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6