Open mesti90 opened 1 year ago
Try to add -ci1
to your command. -f
is probably unnecessary.
-cx<x>
causes removing all k-mers with counters below x (No. of k-mers below min. threshold : 5403715
), the default is 2 (to remove k-mers that are probably a result of sequencing errors, which is not the case for genomic files). Let me know if it works with -ci1
@marekkokot Thank you, it works now
I'd like to understand why kmc gives an empty output for several genomes.
The genome I downloaded and tried to analyze was https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/001/067/135/GCF_001067135.1_ASM106713v1/GCF_001067135.1_ASM106713v1_genomic.fna.gz (saved as GCF_001067135.1.fna.gz)
The following commands were called:
Stdout:
Output: two files, GCF_001067135.1.kmc_pre (1.3Mb) and GCF_001067135.1.kmc_suf (8bytes)
The output is empty. What is the reason? What should I do to have a meaningful output?