Skip to content

Commit

Permalink
"Updating ipyrad/__init__.py to version - 0.9.51
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Apr 17, 2020
1 parent 44df1c8 commit 2acf129
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ipyrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import subprocess as _sps

# Dunders
__version__ = "0.9.50"
__version__ = "0.9.51"
__author__ = "Deren Eaton & Isaac Overcast"

# CLI __main__ changes to 0
Expand Down
20 changes: 20 additions & 0 deletions newdocs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
Release Notes
=============

0.9.51
------
**April 17, 2020**

- 1 index POS in vcf output
- minmap default is 0
- bugfix: apply imapdrop only when imap
- faster extraction and mincov after minmap in lex
- mincov applies after minmap in wex
- scaff arg entered later in cov tool
- rmincov added to ts
- option to keep all tmp files in treeslider
- major fix to names sorting in wex
- names offset by scaff length in cov plot
- set default inner mate to 500 and use it unless user changes to None, in which case we estimate from reads
- tmp working baba update
- added locus extracter
- option to keep all files in treeslider
- added cov plot tool

0.9.50
------
**April 05, 2020**
Expand Down

0 comments on commit 2acf129

Please sign in to comment.