Skip to content

Commit

Permalink
Merge pull request #595 from nilchia/update_wf_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Nov 12, 2024
2 parents 7d9db36 + a24e412 commit c4ded97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ planemo test --galaxy_url <your_prefered_galaxy_server> --galaxy_user_key <your_
If your tests are not passing because you made an error into your test file you can modify your test file and use planemo to check that the test is valid against the same invocation.
planemo workflow_test_on_invocation --galaxy_url <your_prefered_galaxy_server --galaxy_user_key <your_api_key> <workflow-tests.yml> <invocation_id>
```bash
planemo workflow_test_on_invocation --galaxy_url <your_prefered_galaxy_server> --galaxy_user_key <your_api_key> <workflow-tests.yml> <invocation_id>
```
Note: If your workflow is using build-in indexes, note that the CI will use CVMFS. You can browse the available indexes at http://datacache.galaxyproject.org/.
Expand Down

0 comments on commit c4ded97

Please sign in to comment.