Release v1.1.1
v1.1.1
Glow incorporates new functionality for sample masking in GWAS v1.1.1, which has been documented as a quickstart guide. Nightly notebook tests are now dockerized, making it easier to integrate Glow with other bioinformatics libraries. VEP schema changes fixes a bug with indel parsing
This release includes Java/Scala artifacts in Maven Central, and Python artifacts in PyPi and Conda Forge.
What's Changed
- Dockerize ci tests by @williambrandler in https://github.com/projectglow/glow/pull/414
- Releasev110 by @williambrandler in https://github.com/projectglow/glow/pull/411
- adding codecov.yml by @williambrandler in https://github.com/projectglow/glow/pull/413
- remove init script from nb test by @williambrandler in https://github.com/projectglow/glow/pull/415
- Fix VEP parsing failures stemming from indels by @bboutkov in https://github.com/projectglow/glow/pull/402
- Extending sample masking functionality in gwas linear regression by @bcajes in https://github.com/projectglow/glow/pull/416
- fix bedtools path by @williambrandler in https://github.com/projectglow/glow/pull/417
- add vep example by @williambrandler in https://github.com/projectglow/glow/pull/382