Open MagpiePKU opened 5 months ago
Hmm, there is something strage here indeed. It seems the output should not be empty - could you share your input files, becasue I cannot reproduce this. What version are you using?
There is one think that I think will solve your issue. -cx doest not accept scientific notation, and you -cx becomes 1
instead of intended 1e13. In most cases the default cx (1e9) should be just fine, but if you want to increase it please plain number instead of scientific notation.
Let me know if it help.
Thanks a lot. It is a huge fastq file directly from sequencer so I will see if I can reproduce it with fewer reads then get back. I used the newest release version (3.2.4) binaries.
Hmm, there is something strage here indeed. It seems the output should not be empty - could you share your input files, becasue I cannot reproduce this. What version are you using?
There is one think that I think will solve your issue. -cx doest not accept scientific notation, and you -cx becomes
1
instead of intended 1e13. In most cases the default cx (1e9) should be just fine, but if you want to increase it please plain number instead of scientific notation.Let me know if it help.
Hi,
We try to list all possible kmers from a pair of fastq files using:
The output is:
The kmc produced database were not empty: they were like
However when we run
kmc_tools -t36 -v transform test.kmer.output dump test.kmer.txt
, it resulted in empty output.Thanks a lot.