Skip to content

Releases: WGLab/NanoCaller

v0.3.0: new parallelization framework, and docker support added

07 Dec 16:33
Compare
Choose a tag to compare

For whole genome variant calling, we are replacing python's multiprocessing module with GNU's parallel command for significant speed up. We have also added support for Docker, by including a Dockerfile for building NanoCaller image locally, as well as uploading a tar zipped docker image in this release as 'nanocaller_docker.tar.gz'.

v0.2.0

05 Nov 15:55
e7b827f
Compare
Choose a tag to compare

We have added functionality for specifying regions to include and exclude via BED files with default options for excluding centromere and telomere regions. This will allow a significant speed up in running NanoCaller. We have also streamlined parallel processing used within NanoCaller to maximize the use of computing power, and implemented a more detailed logging of NanoCaller runs.

v0.1.1

24 Sep 16:06
Compare
Choose a tag to compare
remove unnecessary files

v0.1.0

15 Jul 19:44
Compare
Choose a tag to compare
added max coverage for multiple seqeunce alignment