Skip to content

Commit

Permalink
update subworkflow commands for rich-codex
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Apr 28, 2023
1 parent 95d7ef3 commit b4f103c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1183,11 +1183,9 @@ To help developers build new subworkflows, the `nf-core subworkflows create-test
After you have written a minimal Nextflow script to test your subworkflow in `/tests/subworkflow/<subworkflow_name>/main.nf`, this command will run the tests for you and create the `/tests/subworkflow/<tool>/<subtool>/test.yml` file.

<!-- RICH-CODEX
working_dir: tmp/subworkflows
working_dir: tmp/modules
extra_env:
PROFILE: 'conda'
before_command: >
echo "repository_type: modules" >> .nf-core.yml
-->

![`nf-core subworkflows create-test-yml bam_stats_samtools --no-prompts --force`](docs/images/nf-core-subworkflows-create-test.svg)
Expand All @@ -1199,12 +1197,10 @@ To run unit tests of a subworkflow that you have installed or the test created b
You can specify the subworkflow name in the form TOOL/SUBTOOL in command line or provide it later by prompts.

<!-- RICH-CODEX
working_dir: tmp/subworkflows
working_dir: tmp/modules
timeout: 30
extra_env:
PROFILE: 'conda'
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
-->

![`nf-core subworkflows test bam_rseqc --no-prompts`](docs/images/nf-core-subworkflows-test.svg)
Expand Down

0 comments on commit b4f103c

Please sign in to comment.