Skip to content

Releases: msk-access/biometrics

0.2.15

17 Jun 10:05
Compare
Choose a tag to compare

What's Changed

  • Fixing Non-ASCII character error by using avg read qual instead of the default value @karthigayini in #51
  • Added option -het to include heterozygous sites in the calculation of discordant rate.

New Contributors

Full Changelog: 0.2.14...0.2.15

0.2.14

23 Nov 15:41
Compare
Choose a tag to compare

Updates for ch workflow:
✔️ Changing delimiter in predicted_sample_group column. This was causing issues when Multiqc parsed collapsed_genotype_clusters_input.csv in the ch qc workflow.
✔️ updating pysam version, changing from pyvcf to pyvcf3

v0.2.13

10 Jun 20:01
9af0702
Compare
Choose a tag to compare

PR: #47

v0.2.12

08 Jun 21:19
f9bb131
Compare
Choose a tag to compare
  • Print NA for predicted sex if a bed file was provided which contains no Y chromosome regions
  • Fix issue where extraction file may not end in .pickle
  • fix unit tests and add a unit test for sex mismatch

v0.2.11

04 Jun 19:19
Compare
Choose a tag to compare
  • Output predicted patient (#24)
  • Use .pickle instead of .pk (#40)
  • Automatically remove non Y chromosome regions.

v0.2.10

03 May 17:31
d67066f
Compare
Choose a tag to compare
  • multi-threading was accidentally disabled for the extract tool (#42 )

v0.2.9

19 Apr 17:16
b6488e6
Compare
Choose a tag to compare
  • bug when plotting minor contamination contributing sites (#39 )

v0.2.8

14 Apr 20:54
83f4fe3
Compare
Choose a tag to compare
  • hotfix for dealing with non-ascii in duplex bams produced by fgbio (#38)

v0.2.7

09 Apr 19:51
cabf964
Compare
Choose a tag to compare
  • if genotype tool only has one input sample, don't exit with error

v0.2.6

02 Apr 20:32
6f66a36
Compare
Choose a tag to compare
  • genotype tool would fail when providing CSV input (#36)