From dd32800ec8af7366a8f44eb27f988ee89110f9f9 Mon Sep 17 00:00:00 2001 From: James Ferguson Date: Wed, 4 Dec 2019 09:40:11 +1100 Subject: [PATCH] release 1.0.0 --- deeplexicon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deeplexicon.py b/deeplexicon.py index d0867bb..41d8f51 100755 --- a/deeplexicon.py +++ b/deeplexicon.py @@ -57,6 +57,7 @@ version 0.9.0 - Fixed segment offset version 0.9.1 - added segment and squiggle output version 0.9.2 - separate segment output and code clean up + version 1.0.0 - initial release So a cutoff of: 0.4958776 for high accuracy and another of 0.2943664 for high recovery @@ -145,7 +146,7 @@ def main(): ''' Main function ''' - VERSION = "0.9.2" + VERSION = "1.0.0" parser = MyParser( description="DeePlexiCon - Demultiplex direct RNA reads")