Skip to content

Commit

Permalink
update revision number to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moonwatcher committed Dec 22, 2020
1 parent bbaf811 commit 1ea3969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

MAJOR_REVISON := 2
MINOR_REVISON := 0.7
MINOR_REVISON := 1.0
PREFIX := /usr/local
BIN_PREFIX = $(PREFIX)/bin
INCLUDE_PREFIX = $(PREFIX)/include
Expand Down
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ about:
home: http://biosails.github.io/pheniqs
license: GPL3
license_file: LICENSE
summary: Pheniqs is a generic high throughput DNA sequence demultiplexer and quality analyzer written in multi threaded C++11. Pheniqs is pronounced phoe·nix and stands for PHilology ENcoder wIth Quality Statistics. This is a build on the latest code, is not versioned, is not guaranteed, and should only be used for dev purposes.
summary: Pheniqs is a flexible generic barcode classifier for high-throughput next-gen sequencing written in multi threaded C++11. It caters to a wide variety of experimental designs by addressing multiple combinatorial index tags in arbitrary locations along read. Pheniqs implements a noise and quality aware probabilistic classifier with improved accuracy over standard edit distance methods and reports classification quality in standard SAM auxiliary tags.
dev_url: https://github.com/biosails/pheniqs
doc_url: http://biosails.github.io/pheniqs

0 comments on commit 1ea3969

Please sign in to comment.