Skip to content

Commit

Permalink
Update workflow-utils dockerPull reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarrera committed Jan 24, 2018
1 parent 5cb423c commit 0a7a35b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion map/bowtie-log-read-count.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Get number of processed reads from Bowtie log."

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

requirements:
- class: InlineJavascriptRequirement
Expand Down
2 changes: 1 addition & 1 deletion map/preseq-percent-uniq-reads.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Get number of processed reads from Bowtie log."

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

requirements:
- class: InlineJavascriptRequirement
Expand Down
2 changes: 1 addition & 1 deletion map/star-log-read-count.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Get number of processed reads from STAR log."

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

requirements:
- class: InlineJavascriptRequirement
Expand Down
2 changes: 1 addition & 1 deletion peak_calling/bedpe-to-bed.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requirements:

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#bedpe"
Expand Down
2 changes: 1 addition & 1 deletion peak_calling/count-reads-after-filtering.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requirements:

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#peak_xls_file"
Expand Down
2 changes: 1 addition & 1 deletion peak_calling/scale-bedgraph.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Scale BedGraph file by scaling factor computed using the number of

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#bedgraph_file"
Expand Down
2 changes: 1 addition & 1 deletion qc/count-fastqc-reads.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Extracts read count from fastqc_data.txt"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#input_fastqc_data"
Expand Down
2 changes: 1 addition & 1 deletion qc/diff.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Compares 2 files"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#file1"
Expand Down
2 changes: 1 addition & 1 deletion quant/negate-minus-strand-bedgraph.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class: CommandLineTool
description: "Negate minus strand bedGraph values."
hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'
inputs:
- id: "#bedgraph_file"
type: File
Expand Down
2 changes: 1 addition & 1 deletion spp/extract-best-frag-length.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Extracts best fragment length from SPP output text file"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#input_spp_txt_file"
Expand Down
2 changes: 1 addition & 1 deletion utils/concat-files.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Concat file1 and file2 into output_file."

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#input_file1"
Expand Down
2 changes: 1 addition & 1 deletion utils/count-fastq-reads.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Counts reads in a fastq file"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#input_fastq_file"
Expand Down
2 changes: 1 addition & 1 deletion utils/extract-basename.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Extracts the base name of a file"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'
requirements:
- class: InlineJavascriptRequirement
inputs:
Expand Down
2 changes: 1 addition & 1 deletion utils/remove-extension.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Extracts the base name of a file"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#file_path"
Expand Down
2 changes: 1 addition & 1 deletion utils/trunk-peak-score.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Trunk scores in ENCODE bed6+4 files"

hints:
- class: DockerRequirement
dockerPull: 'dukegcb/workflow-utils'
dockerPull: 'reddylab/workflow-utils:ggr'

inputs:
- id: "#peaks"
Expand Down

0 comments on commit 0a7a35b

Please sign in to comment.