Skip to content

Commit

Permalink
2.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Jan 13, 2018
1 parent 5428bb0 commit cbdaf3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flye assembler (successor of ABruijn)
=====================================

### Version: 2.3
### Version: 2.3.1

Flye is a de novo assembler for long and noisy reads, such as
those produced by PacBio and Oxford Nanopore Technologies.
Expand Down Expand Up @@ -94,8 +94,11 @@ Code contributions:

Publications
------------
Mikhail Kolmogorov, Jeffrey Yuan, Yu Lin and Pavel Pevzner,
"Assembly of Long Error-Prone Reads Using Repeat Graphs", bioRxiv, 2018

Yu Lin, Jeffrey Yuan, Mikhail Kolmogorov, Max W Shen, Mark Chaisson and Pavel Pevzner,
"Assembly of Long Error-Prone Reads Using de Bruijn Graphs", PNAS 2016
"Assembly of Long Error-Prone Reads Using de Bruijn Graphs", PNAS, 2016


Contacts
Expand Down
2 changes: 1 addition & 1 deletion flye/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3"
__version__ = "2.3.1"

0 comments on commit cbdaf3b

Please sign in to comment.