Intro
From the introduction of BESST git repo:
BESST is a package for scaffolding genomic assemblies.
It paper
Sahlin K, Chikhi R, Arvestad L. Assembly scaffolding with PE-contaminated mate-pair libraries. Bioinformatics. 2016;32(13):1925–1932. doi:10.1093/bioinformatics/btw064
My feeling:
- too many steps
- awkward
- only support NGS reads
- not so good results (at least in my case)
In practice
BESST git repo has full docs.
Scripts used:
1 | !/bin/sh |
Tested with or without ins_270 library.
And the stats I got:
with ins_270 library:
1 | Size_includeN: 778878802 |
without ins_270 library:
1 | Size_includeN: 654690437 |
Though not been fully tested, using BESST
got worse results than SOAPdenovo
. Then I gave up this tool.
This note can serve as a reference in case I will have to use it again…