Skip to content

Commit

Permalink
Update path to gProfiler.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Oct 16, 2024
1 parent f40accc commit 45d86bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ When using Workflomics web interface, workflows are referencing this repository

## Testing

To test the CWL annotations, run `test_cwl_annotations.cwl` in the repository root. This script runs the test scripts in the 'test' directory of each tool, testing whether the CWL annotations pass as stand-alone workflow steps. This requires `cwltool` and `docker` to be installed.
To test the CWL annotations, run `test_cwl_annotations.sh` in the repository root. This script runs the test scripts in the 'test' directory of each tool, testing whether the CWL annotations pass as stand-alone workflow steps. This requires `cwltool` and `docker` to be installed.
2 changes: 1 addition & 1 deletion cwl-tools/gprofiler/gprofiler.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
position: 1
default:
class: File
location: https://raw.githubusercontent.com/Workflomics/tools-and-domains/main/cwl-tools/gprofiler/gprofiler.sh
location: https://raw.githubusercontent.com/Workflomics/tools-and-domains/main/cwl-tools/gprofiler/gProfiler.sh
gProfiler_in_1:
type: File
doc: "Input file containing gene/query data"
Expand Down

0 comments on commit 45d86bc

Please sign in to comment.