Skip to content

Releases: moka-guys/dnanexus_happy

Update app to use docker image in DNAnexus

13 Nov 15:27
d066257
Compare
Choose a tag to compare

Updated the app so it no longer pulls the hap.py-v0.3.9 image from docker hub. Instead the app now uses the hap.py-v0.3.9 saved image file in DNAnexus.

The app now prints the image tag in the job log.

update dnanexus instance type to v2

24 Mar 17:28
d3f7d67
Compare
Choose a tag to compare
Merge pull request #36 from moka-guys/update_instance_type

update instance type to v2 - fix #35 (#36)

Add skip flag

04 Mar 14:17
07f59c5
Compare
Choose a tag to compare

skip flag allows for app to be included in workflow. where skip = true the app closes without outputs, and without error. default skip = false.
Note in workflow may need to state output folder for multiqc

v1.4.0

05 Jan 15:05
d424549
Compare
Choose a tag to compare

This release adds support for genome build GRCh38

v1.3.1: Merge pull request #31 from moka-guys/graeme_dev

21 Apr 16:32
dbb488f
Compare
Choose a tag to compare

This release updates the runtime environment from Ubuntu 14.04, which is no longer supported, to Ubuntu 20.02. This fixes dependency issues which were preventing the app from working. This change also necessitated the following changes:

  • tabix version upgraded to 1.10.2-3, the version available via apt-get on Ubuntu 20.04
  • the legacy dx-docker utility, which is only supported on 14.04 runtime environments has been replaced with native docker commands.

v1.3

13 Nov 12:26
1b5c74d
Compare
Choose a tag to compare

Removed --pass-only flag when running happy to prevent filtered variants being ignored completely. - The results are split into 'ALL' and 'PASS' rows.
Explicitly added flags for some hap.py settings (these were already on by default anyway so output not affected, but this makes it clearer that they are being used and mirrors the command run by the precisionFDA app)

v1.1

04 May 10:10
a1d1989
Compare
Choose a tag to compare
v1.1

v1.2

04 May 10:11
7251320
Compare
Choose a tag to compare
Merge pull request #27 from moka-guys/development

Replace underscores with backslash. Prevents filenames splitting on r…

v1.0

01 Nov 08:57
623d63a
Compare
Choose a tag to compare

First release