1
result
•
updated 23 months ago
by
Istvan Albert
This recipe demonstrates variant calling using freebayes on simulated data.
When using simulations the variants will be known and we can use the process to evaluate the accuracy of the variant caller.
The installation commands in the book do not include pygsim
. It will need to be installed separately with:
pip install bio pywgsim --upgrade
For more information see: