Nextomics / NextDenovo

Fast and accurate de novo assembler for long reads
GNU General Public License v3.0
352 stars 52 forks source link

The error of the seed_cutoff #24

Closed shehongbing closed 4 years ago

shehongbing commented 4 years ago

Hi, when I used the seq_stat to analysis my data, but the results equal to 0 bp

*Suggested length cutoff of reads (genome size: 980000000, expected seed depth: 45) to be corrected: 0 bp

moold commented 4 years ago

Two possible reasons:

  1. Total coverage < 45X, please sequencing more data.
  2. Some reads do not have a corrected fasta/fastq format, please check your data format. This is a common issue for NanoPore data, such as, two records are collapsed to one line.
shehongbing commented 4 years ago

Thank you