Nextomics / NextPolish

Fast and accurately polish the genome generated by long reads.
GNU General Public License v3.0
213 stars 28 forks source link

The meaning of "Max_depth" #62

Closed lilinzhou closed 3 years ago

lilinzhou commented 3 years ago

What's the meaning of the max_depth parameter?The manual has already explained this parameter "use up to ${max_depth} fold reads data to polish. (default: 100)". But I am confused by "up to". Does this mean that only the position with more than 100 fold will be corrected, while the position with less than 100 fold will not be corrected?

moold commented 3 years ago

No, if your input data is about 1000x, NextPolish will only use ~100x data to do mapping and polishing. If your input data is less than 100X, NextPolish only will use all data to do mapping and polishing.