Skip to content

Commit

Permalink
Merge pull request #20 from cruknagano/develop
Browse files Browse the repository at this point in the history
 Fix the link /roddy/bin/Roddy/dist/runtimeDevel/jre
  • Loading branch information
denis-yuen authored Nov 28, 2018
2 parents cb528bc + 0231809 commit fd0d44b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ ADD scripts/combineJsons.py /roddy/bin/combineJsons.py

ADD scripts/python_modules /roddy/bin/python_modules

RUN cd /roddy/bin/Roddy/dist/runtimeDevel && ln -sf groovy* groovy && ln -sf jdk* jdk && ln -sf jdk/jre jre; \
RUN cd /roddy/bin/Roddy/dist/runtimeDevel; \
ln -sf groovy2.3.6 groovy; \
ln -sf jdk1.8.0_20 jdk; \
ln -sf jdk1.8.0_20/jre jre; \
cd /roddy/bin/Roddy && cp applicationPropertiesAllLocal.ini applicationProperties.ini; \
bash /roddy/sgeResetup.sh; \
qconf -Mc /roddy/bin/sgeConfig.txt; \
Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dct:contributor:
requirements:
- class: DockerRequirement
dockerPull: quay.io/pancancer/pcawg-dkfz-workflow:2.0.6_cwl1.0
dockerPull: quay.io/pancancer/pcawg-dkfz-workflow:2.0.7_cwl1.0
cwlVersion: v1.0
Expand Down

0 comments on commit fd0d44b

Please sign in to comment.