Skip to content

Commit

Permalink
v1.2.2 bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Chafin committed Aug 8, 2019
1 parent be390dc commit f8132f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Releases](https://github.com/tkchafin/mrbait/releases)

[v1.2.2](https://github.com/tkchafin/mrbait/releases/tag/v1.2.0)
- Bug fix introduced in 1.2.1 to the blast_i filter
- Bug fix causing crash when blast filter returned zero hits

[v1.2.1](https://github.com/tkchafin/mrbait/releases/tag/v1.2.0)
- New functionality: Added new BLAST option 'blast_a' to remove ambiguous hits (>1 match)
- Added hidden options to add secondary BLAST database
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ source deactivate

[CHANGELOG]: ./CHANGELOG.md
[LICENSE]: ./LICENSE
[version-badge]: https://img.shields.io/badge/version-1.2.1-blue.svg
[version-badge]: https://img.shields.io/badge/version-1.2.2-blue.svg
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: mrbait
version: "1.2.1"
version: "1.2.2"

source:
git_url: https://github.com/tkchafin/mrbait.git
git_rev: v1.2.1
git_rev: v1.2.2

build:
skip: True # [win]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def requires():
setup(
name="mrbait",
install_requires=requires(),
version="1.2.1",
version="1.2.2",
description="Universal design of target-enrichment capture probes from genomic data",
author='Tyler K. Chafin',
author_email='[email protected]',
Expand Down

0 comments on commit f8132f9

Please sign in to comment.