Skip to content

Commit

Permalink
Merge pull request #35 from Sage-Bionetworks-Workflows/upgrade-client
Browse files Browse the repository at this point in the history
upgrade client to 2.2.2
  • Loading branch information
thomasyu888 authored Nov 5, 2020
2 parents d66f235 + 72d24c3 commit ff937a0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sagebionetworks/synapsepythonclient:v2.2.0
FROM sagebionetworks/synapsepythonclient:v2.2.2

# This Dockerfile is used as a placeholder
# dockstore tools are required to have a Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-create-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:
- id: synapse_config
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-get-annotations-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:

Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-get-sts-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:
- id: synapse_config
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-get-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:
- id: synapse_config
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-query-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

requirements:
- class: InitialWorkDirRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-set-annotations-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s:author:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:

Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-store-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ s:contributor:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:
- id: synapse_config
Expand Down
2 changes: 1 addition & 1 deletion cwl/synapse-sync-to-synapse-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ s:contributor:

hints:
DockerRequirement:
dockerPull: sagebionetworks/synapsepythonclient:v2.2.0
dockerPull: sagebionetworks/synapsepythonclient:v2.2.2

inputs:
- id: synapse_config
Expand Down

0 comments on commit ff937a0

Please sign in to comment.