Skip to content

Releases: jbelyeu/unfazed

sex chrom phasing fix

10 Feb 05:26
Compare
Choose a tag to compare

fixed various bugs in autophasing for male sex chrom variants. Added new notes in readme and output to remind user of the build

fixed missing arg bug

05 Feb 18:32
Compare
Choose a tag to compare

a function call (multithread_find_many()) in informative_site_finder was missing an arg.

Stable release

26 Jan 03:10
Compare
Choose a tag to compare

With this release I've added options to modify all the previously hard-coded options for quality thresholds and so forth, although still recommend using defaults. CI should remain thus for the foreseeable future.

fixed vcf output formatting + cram support

09 May 17:46
cf7e52d
Compare
Choose a tag to compare

I was annotating phasing incorrectly, so I switched to the standard method (pipes in GT field). Also added CRAM support

enhanced tests, linting

02 May 05:52
Compare
Choose a tag to compare

added considerable testing and performed code review and linting with isort, pyflakes, black, and flake8. Should be ready for real use now

stopped trying to support python2

30 Apr 01:58
Compare
Choose a tag to compare
Pre-release

python 2 is for chumps anyway. Might try again later, though

fixed backward compat issue

30 Apr 01:30
Compare
Choose a tag to compare
Pre-release

added missing future import of print to support python 2

improved prefix fix

15 Apr 19:32
Compare
Choose a tag to compare
Pre-release

previous prefix fix made readbacked fazing stop working, so this version fixes it

prefix bugfix

09 Apr 19:33
Compare
Choose a tag to compare
prefix bugfix Pre-release
Pre-release

fixed a bug in the prefix assignment

first release

08 Apr 22:08
Compare
Choose a tag to compare
first release Pre-release
Pre-release

Not ready for widespead use, but useable if you really know what you're doing.