Skip to content

Commit

Permalink
bump more namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 9, 2024
1 parent 29cc0b5 commit 3a604c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions checker/md5sum_checker.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ label: A tool that checks the md5sum workflow
cwlVersion: v1.0

doc: |
[![Docker Repository on Quay.io](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum/status "Docker Repository on Quay.io")](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum)
[![Docker Repository on Quay.io](https://quay.io/repository/dockstore-testing/dockstore-tool-md5sum/status "Docker Repository on Quay.io")](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum)
[![Build Status](https://travis-ci.org/briandoconnor/dockstore-tool-md5sum.svg)](https://travis-ci.org/briandoconnor/dockstore-tool-md5sum)
A very, very simple Docker container that checks the output of the https://github.com/briandoconnor/dockstore-workflow-md5sum workflow. This was used in the GA4GH/DREAM Infrastructure Challenge Phase 2. See the [README](https://github.com/briandoconnor/dockstore-workflow-md5sum-tester/blob/master/README.md) for more information.
A very, very simple Docker container that checks the output of the https://github.com/dockstore-testing/dockstore-workflow-md5sum workflow. This was used in the GA4GH/DREAM Infrastructure Challenge Phase 2. See the [README](https://github.com/briandoconnor/dockstore-workflow-md5sum-tester/blob/master/README.md) for more information.


requirements:
Expand Down
6 changes: 3 additions & 3 deletions md5sum/dockstore-tool-md5sum.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ $namespaces:
edam: http://edamontology.org/

doc: |
[![Docker Repository on Quay.io](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum/status "Docker Repository on Quay.io")](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum)
[![Docker Repository on Quay.io](https://quay.io/repository/dockstore-testing/dockstore-tool-md5sum/status "Docker Repository on Quay.io")](https://quay.io/repository/briandoconnor/dockstore-tool-md5sum)
[![Build Status](https://travis-ci.org/briandoconnor/dockstore-tool-md5sum.svg)](https://travis-ci.org/briandoconnor/dockstore-tool-md5sum)
A very, very simple Docker container for the md5sum command. See the [README](https://github.com/briandoconnor/dockstore-tool-md5sum/blob/master/README.md) for more information.
A very, very simple Docker container for the md5sum command. See the [README](https://github.com/dockstore-testing/dockstore-tool-md5sum/blob/master/README.md) for more information.


requirements:
- class: DockerRequirement
dockerPull: quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4
dockerPull: quay.io/dockstore-testing/dockstore-tool-md5sum:1.0.4
- class: InlineJavascriptRequirement

hints:
Expand Down

0 comments on commit 3a604c0

Please sign in to comment.