Skip to content

Releases: micknudsen/snpahoy

CRAM Support

11 Jan 13:43
Compare
Choose a tag to compare

Added support for specifying reference FASTA to be used for reading CRAM files

Bugfix

25 Oct 10:51
Compare
Choose a tag to compare

Fixed bug in how mean-off-genotype-frequency is calculated in germline mode. Thanks @asp8200! 🍰

Less Confusion

29 Sep 10:45
Compare
Choose a tag to compare

Got rid of admittedly confusing default output for non-genotypable sites. Code could benefit from some refactoring (too much stuff is happening in client.py), but that will have to wait.

Details

29 Sep 07:03
Compare
Choose a tag to compare

Added details about major and minor alleles in output JSON file

Support BED files with more than three columns

27 Jul 08:23
Compare
Choose a tag to compare

Thanks to @asp8200 for spotting this issue and fixing it.

Typos

14 Jun 08:21
Compare
Choose a tag to compare

Fixed typos in summary section of output JSON file

Detailed Output

14 Jun 07:43
Compare
Choose a tag to compare

Added more details in JSON output file

Typo

06 Jun 05:57
Compare
Choose a tag to compare

Fixed typo in JSON output file

Base Quality Threshold

08 Jun 12:50
Compare
Choose a tag to compare

Implemented optional minimum_base_quality option. Only bases with at least this quality are counted.

Bugfix

20 May 09:19
Compare
Choose a tag to compare

There were some issues when installing snpahoy with pysam<0.15 using conda.