Nextomics / NextDenovo

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

how to select a prefect results #46

Closed shehongbing closed 4 years ago

shehongbing commented 4 years ago

I assembly about 100X ONT (raw data) using NextDenovo. And my genome is about 1G.

when I used default parameter the result is following.

Min. 49014 - Max. 116204120 - Ave. 1775606 - Total 1099099761 619

also, I noticed that a max N50 using the random parameter is following.

Min. 109350 - Max. 102599639 - Ave. 3141996 - Total 999154593 318

we could noticed that these two parameter seems the same except -u, but the N50 value is total different. So I wanna know which I could choose.

Thx

moold commented 4 years ago

If you do not have other data, such as Bionano data, Hic data, closely related genomes, etc., just select the assembly with default parameters (ctg_graph00 directoty), otherwise you can use these data to evaluate the assemblies and select the best quality genome basing the evaluation results.

shehongbing commented 4 years ago

在 2019年12月30日,下午12:56,Hu Jiang notifications@github.com 写道:

If you do not have other data, such as Bionano data, Hic data, closely related genomes, etc., just select the assembly with default parameters (ctg_graph00 directoty), otherwise you can use these data to evaluate the assemblies and select the best quality genome basing the evaluation results.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nextomics/NextDenovo/issues/46?email_source=notifications&email_token=ALZETBKQUREADTA2N32ZT33Q3F5ONA5CNFSM4KBG2442YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHZSOTI#issuecomment-569583437, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZETBPLBJOSG3NH5IPFIJDQ3F5ONANCNFSM4KBG244Q.t

Thank you