Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Releases: nanoporetech/scrappie

release-1.4.2

02 Apr 10:42
Compare
Choose a tag to compare

Add RNA squiggle model

release-1.4.1

23 Jul 19:36
Compare
Choose a tag to compare

Bermuda

  • Temperature corrected R10 model (rgrgr_r10)
  • New R9.4 squiggle model with improved dwell correction
  • Allow read translocation rate to vary in signal-to-squiggle mapping

release-1.4.0

12 Jul 14:04
Compare
Choose a tag to compare

release-1.4.0

  • Direct correction for homopolymers
  • Temperature adjustment for improved accuracy (rgrgr_r94, rgrgr_r941 and rgrgr_r10 models only).
  • Module to detect event boundaries without calling.
  • Remove some old models

release-1.3.2

01 Mar 09:52
Compare
Choose a tag to compare

Regress code from C11 to C99 to allow compilation on Mac OS and older Linux platforms that don't support aligned_alloc in their C library.

release-1.3.1

15 Feb 10:01
Compare
Choose a tag to compare

Python interface to support Read Until applications.

release-1.3.0

09 Dec 17:23
Compare
Choose a tag to compare

Initial support for Recurrent Neural network -- Random Field models

A recurrent neural network parameterizes a conditional random field over the samples for labels (A, C, G, T or "blank") and is then decoded to produce a base call.

release-1.2.0

20 Nov 17:44
Compare
Choose a tag to compare

Initial support for sequence-to-squiggle prediction

release-1.1.1

21 Sep 16:20
Compare
Choose a tag to compare
  • Improved rgrgr models
  • Ability to write output to named file
  • Rename argument '--outformat' to '--format'

release-1.1.0

01 Sep 19:04
Compare
Choose a tag to compare
  • release-1.1.0
    • Implementation of raw data 'pirate' networks (rGr and rgrgr).
    • Stand-alone event detection.
    • Stay penalty to allow ratio of insertions to deletions to be changed.
    • Local (Smith-Waterman like) penalty on edges of basecall to remove noisy bases.
    • Improvements to error reporting.

release-1.0.0

02 Jun 13:59
Compare
Choose a tag to compare
  • Change licence to MPL.
  • Increased number for assertions.
  • A few stability and bug fixes.