diff --git a/Makefile b/Makefile index d28340b..ce3e3cf 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # along with this program. If not, see . MAJOR_REVISON := 2 -MINOR_REVISON := 0.7 +MINOR_REVISON := 1.0 PREFIX := /usr/local BIN_PREFIX = $(PREFIX)/bin INCLUDE_PREFIX = $(PREFIX)/include diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index cd043c1..7f7f1fa 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -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