Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 25, 2017
2 parents 3ad6bfa + b450269 commit 3f56d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/wtsicgp/dockstore-cgpwxs:2.0.5
MAINTAINER keiranmraine@gmail.com

LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Trust Sanger Institute" \
version="1.0.3" \
version="1.0.4" \
description="The CGP WGS pipeline for dockstore.org"

USER root
Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dct:creator:

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/dockstore-cgpwgs:1.0.3"
dockerPull: "quay.io/wtsicgp/dockstore-cgpwgs:1.0.4"

hints:
- class: ResourceRequirement
Expand Down
2 changes: 1 addition & 1 deletion scripts/ds-wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
ref_unpack($ref_area, $opts{'a'});
ref_unpack($ref_area, $opts{'si'});
ref_unpack($ref_area, $opts{'cs'});
ref_unpack($ref_area, $opts{'sc'}) if(exists $opts{'sb'});
ref_unpack($ref_area, $opts{'sc'}) if(! exists $opts{'sb'});

## now complete the caveman flaging file correctly
my $ini = add_species_flag_ini($opts{'sp'}, "$ref_area/caveman/flag.vcf.config.WGS.ini");
Expand Down

0 comments on commit 3f56d48

Please sign in to comment.