Skip to content

Releases: WGLab/NanoCaller

v3.6.0

22 Apr 16:44
Compare
Choose a tag to compare

CSI indices generated for VCF files instead of TBI to accommodate larger contigs.

v3.5.0

27 Mar 22:29
97287d3
Compare
Choose a tag to compare

CRAM files are supported in input as well as in phased output if whatshap version>=2 is being used with NanoCaller.

v3.4.1

18 Aug 17:54
Compare
Choose a tag to compare

Fixed a critical bug in haploid mode introduced in v3.3.0.

v3.4.0 Allelic Depth

31 Jul 15:08
b64964e
Compare
Choose a tag to compare

VCF files contain total and strand-specific allele depths for SNP calls from SNP calling models. A new mode for short ONT reads (5-10kbp) added. --phase_qual_score parameter filters out low quality SNP calls from phasing by WhatsHap; these SNP calls are kept in the output, but neither phased nor used for phasing reads.

v3.3.0

14 Jul 18:45
Compare
Choose a tag to compare

Detailed description of SNP calls, including unfiltered SNP calls for variants determined to be false by NanoCaller, and inclusion of per-base probability output. Quality score has been adjusted to be on Phred scale.

v3.2.0 Haploid Variant Calling

14 May 15:38
Compare
Choose a tag to compare

Support added for haploid variant calling which has significant improvement in recall for indel calling. New feature generation methods and models are are used for haploid SNP and indel calling. Now chrY and chrM are assumed to be haploid, with additional parameter --haploid_X to specify if chrX is haploid. Another parameter --haploid_genome can be used for haploid variant calling on all chromosomes.

v3.1.0

10 May 17:04
Compare
Choose a tag to compare

Fixed several indel calling bugs, including allele sequence prediction and normalization, with allele normalization step reverted to rtg-tools.

v3.0.1

15 Mar 01:50
Compare
Choose a tag to compare

Several critical bugs regarding coverage normalization and integer overflow fixed.

v3.0.0

08 Jun 16:31
Compare
Choose a tag to compare

A major update in API with single entry point for running NanoCaller. Major changes in parallelization routine with GNU parallel no longer used for whole genome variant calling.

v2.1.2

03 Mar 21:58
2abfb78
Compare
Choose a tag to compare

Fixed several bugs with multipooling and empty arrays.