Skip to content

Commit

Permalink
Added wrappers and RefSeq accession numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
iminkin committed May 12, 2020
1 parent fab84f3 commit 76163b3
Show file tree
Hide file tree
Showing 8 changed files with 1,726 additions and 26 deletions.
2 changes: 1 addition & 1 deletion BubbZ/blocksfinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace Sibelia
}

JunctionStorage * JunctionStorage::this_;
extern const std::string VERSION = "1.0.0";
extern const std::string VERSION = "1.1.0";

int64_t BlockInstance::GetSignedBlockId() const
{
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
BubbZ 1.1.0
==============
* Replaced the heuristic algorithm with the exact version

BubbZ 1.0.0
==============
* Hello, World!
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BubbZ 1.0.0
BubbZ 1.1.0
===============

Release date: 21th January 2019
Release date: 12th April 2020
=================

Authors
Expand Down Expand Up @@ -189,4 +189,5 @@ E-mail your feedback at [email protected].

Datasets used of analyses in the paper
======================================
See: https://github.com/medvedevgroup/SibeliaZ/blob/master/DATA.txt
Mice and simulated genomes: https://github.com/medvedevgroup/SibeliaZ/blob/master/DATA.txt
Salmonella RefSeq genomes accession numbers: https://github.com/medvedevgroup/SibeliaZ/blob/master/DATA.txt
Loading

0 comments on commit 76163b3

Please sign in to comment.