xiekunwhy / kmerDedup

Reduce genome assembly redundancy using shared mapped k-mer method.
GNU General Public License v3.0
10 stars 0 forks source link

Tool is stuck at step 2 (kmer.sh script) #2

Open rolibudhwar opened 2 weeks ago

rolibudhwar commented 2 weeks ago

Hi I am running KmerDedup on my highly duplicated assembly (created using hifiasm) as the many sample were pooled together (one organism). KmerDedup has successfully generated the shell script. Step01 i.e indexing step was done quite fast. But the tool is stuck at step02 (kmer.sh) for almost 16hrs. No error msg as such..please let us know what could be the probable cause.

Thanks,

xiekunwhy commented 2 weeks ago

Hi,

Are you stuck at jellyfish count step? Increasing thread number (jellyfish count -t option, or thread_large in config file) may be speed up k-mer counting step. By the way, please don't use long noise reads to get k-mers.

Best, Kun