-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.4.0 #121
Release v2.4.0 #121
Conversation
Rename tb_speciation to tb_lineage
Fix to include metadata when installing with pip/conda
Readme Update
updating forked repository
Now outputs "NA" in subtype field when there is no subtype result or no targets found
Fix to issue #101
Update default coverage values and clarify help statement
Fix author list in README
Faster reverse complement using translation table
Harmonize program description with README
Add test for metadata merging of "#N/A" subtype value
Fix metadata NA value issue
Prepare release v2.4.0
Hi @peterk87, Everything seems to be in order on the code side. Pytests run on both 3.6 and 3.7 as expected. Although I think I've found an installation issue I missed last time (or I don't know how to install). Currently I pip install from the branch ( I'll see if its on my end a bit more as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one comment to fix the issue I was having and two small potential wording changes I would recommend.
Otherwise good!
As an aside question, will this auto-deploy to pypi?
Thanks a lot @DarianHole for taking a look at this PR! I fixed the packaging issue and made the suggested changes. I think it should auto-deploy when a release tag is created. Lines 13 to 23 in f653c2f
The user and secure password could be changed to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are good. Testing shows that everything is working as expected for python 3.6 and 3.7
@peterk87 I am not authorized to merge this one but its good. Let me know if anything else is needed! |
Thanks a lot @DarianHole! I'll create a v2.4.0 release and make sure it's up on PyPI |
Thanks a lot @peterk87 and @DarianHole for this new version release, much appreciated! |
Change log for v2.4.0 release:
tb_speciation
totb_lineage
(Rename tb_speciation to tb_lineage #110)