Skip to content

Commit

Permalink
Cahnges for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Jun 18, 2020
1 parent f1e624c commit 1b54032
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES

## NEXT
## 1.4.0

* Move cwl and examples into core cgpBigWig respository

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM ubuntu:20.04

LABEL maintainer="[email protected]"\
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Sanger Institute" \
version="1.3.0" \
version="1.4.0" \
description="cgpBigWig"

ENV OPT /opt/wtsi-cgp
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion cwls/bam2bedgraph.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ baseCommand: bam2bedgraph

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"

inputs:
input_path:
Expand Down
2 changes: 1 addition & 1 deletion cwls/bam2bw.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ baseCommand: bam2bw

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"
- class: InlineJavascriptRequirement

inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwls/bam2bwbases.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ baseCommand: bam2bwbases

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"
inputs:
input_path:
type: File
Expand Down
2 changes: 1 addition & 1 deletion cwls/bg2bw.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ baseCommand: bg2bw

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"

inputs:
input_path:
Expand Down
2 changes: 1 addition & 1 deletion cwls/bwcat.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ doc: |

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"

baseCommand: bwcat

Expand Down
2 changes: 1 addition & 1 deletion cwls/bwjoin.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ baseCommand: bwjoin

requirements:
- class: DockerRequirement
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.3.0"
dockerPull: "quay.io/wtsicgp/cgpbigwig:1.4.0"

inputs:
input_path:
Expand Down

0 comments on commit 1b54032

Please sign in to comment.