Skip to content

Releases: genome/docker-mapq0-filter

Pass variants with no DP information.

09 Aug 14:53
5bda337
Compare
Choose a tag to compare

This release passes variants that are missing DP information instead of crashing when encountering such a variant. A warning will be emitted for each such variant encountered.

fixing a logic error

27 May 18:25
34c37b8
Compare
Choose a tag to compare
Merge pull request #7 from GruA/master

Update mapq0_vcf_filter.sh

bugfix - pysam incompatibility

07 May 16:06
f4b5afa
Compare
Choose a tag to compare

the newest version of pysam has some incompatibilities with pysamstats. Pinning to the older version fixes that.

Revamped algorithm

06 May 19:14
931d2c6
Compare
Choose a tag to compare

Now explicitly pulls MQ0 for every site, instead of relying on existing values, and also uses the tumor samples DP, rather than that from the INFO field. This results in improved filtering - more sites removed.

dockerhub compatibility

28 May 19:25
a0e243a
Compare
Choose a tag to compare

Builds which succeed on other machines fail on dockerhub until cython is manually installed. This release does so.

CRAM support

28 May 17:10
49c66ce
Compare
Choose a tag to compare
  • Now supports cram files
  • pinned pip package versions
  • updated GATK link to new repo

bugfix for scoping issue causing no filtering

24 Oct 18:25
301de5e
Compare
Choose a tag to compare
Merge pull request #2 from genome/fix

fixes scoping problem that prevented filtering

handle both zipped and unzipped vcfs

29 May 04:47
Compare
Choose a tag to compare
v0.3

cleaning up syntax

bugfix for vcfs where every variant already has MQ tag

28 May 05:16
9d6ed66
Compare
Choose a tag to compare
Merge pull request #1 from genome/bugfix

input is expected to be gzipped - handle that in edge case