Nextomics / NextPolish

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

Ploidy option in config file? #59

Closed cizydorczyk closed 4 years ago

cizydorczyk commented 4 years ago

Question or Expected behavior Is there an option (or can one be implemented) to specify ploidy for polishing in the config file? From what I have been able to gather from the documentation, I cannot find one unless I map reads myself and set 'ploidy = 1' directory to nextpolish1.py. I cannot find a way to set ploidy using the config file.

Thank you, Conrad

moold commented 4 years ago

Hi, you can set polish_options = -p {multithread_jobs} -ploidy 1

cizydorczyk commented 4 years ago

I must have missed that on my own, thanks!