Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Dec 3, 2019
1 parent ca5d117 commit dd32800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deeplexicon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -145,7 +146,7 @@ def main():
'''
Main function
'''
VERSION = "0.9.2"
VERSION = "1.0.0"

parser = MyParser(
description="DeePlexiCon - Demultiplex direct RNA reads")
Expand Down

0 comments on commit dd32800

Please sign in to comment.