Skip to content

Commit

Permalink
Merge pull request #2188 from mirpedrol/fix-rich-codex-images
Browse files Browse the repository at this point in the history
Fix rich codex images
  • Loading branch information
mirpedrol authored Feb 23, 2023
2 parents fc7bf54 + c569daa commit 7f30502
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ To list subworkflows installed in a local pipeline directory you can use `nf-cor

<!-- RICH-CODEX
working_dir: tmp/nf-core-nextbigthing
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
head: 25
-->

Expand All @@ -1045,6 +1047,8 @@ This shows documentation about the subworkflow on the command line, similar to w

<!-- RICH-CODEX
working_dir: tmp/nf-core-nextbigthing
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
-->

![`nf-core subworkflows info bam_rseqc`](docs/images/nf-core-subworkflows-info.svg)
Expand All @@ -1056,6 +1060,8 @@ A subworkflow installed this way will be installed to the `./subworkflows/nf-cor

<!-- RICH-CODEX
working_dir: tmp/nf-core-nextbigthing
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
-->

![`nf-core subworkflows install bam_rseqc`](docs/images/nf-core-subworkflows-install.svg)
Expand All @@ -1075,6 +1081,8 @@ You can update subworkflows installed from a remote repository in your pipeline

<!-- RICH-CODEX
working_dir: tmp/nf-core-nextbigthing
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
-->

![`nf-core subworkflows update --all --no-preview`](docs/images/nf-core-subworkflows-update.svg)
Expand Down Expand Up @@ -1134,6 +1142,8 @@ To delete a subworkflow from your pipeline, run `nf-core subworkflows remove`.

<!-- RICH-CODEX
working_dir: tmp/nf-core-nextbigthing
before_command: >
echo "repository_type: pipeline" >> .nf-core.yml
-->

![`nf-core subworkflows remove bam_rseqc`](docs/images/nf-core-subworkflows-remove.svg)
Expand Down Expand Up @@ -1162,10 +1172,10 @@ The `nf-core subworkflows create` command will prompt you with the relevant ques
<!-- RICH-CODEX
working_dir: tmp
before_command: git clone https://github.com/nf-core/modules.git && cd modules
fake_command: nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --label process_low --meta --force
fake_command: nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force
-->

![`cd modules && nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --label process_low --meta --force`](docs/images/nf-core-subworkflows-create.svg)
![`cd modules && nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force`](docs/images/nf-core-subworkflows-create.svg)

### Create a subworkflow test config file

Expand All @@ -1177,6 +1187,8 @@ After you have written a minimal Nextflow script to test your subworkflow in `/t
working_dir: tmp/subworkflows
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 @@ -1192,6 +1204,8 @@ working_dir: tmp/subworkflows
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 7f30502

Please sign in to comment.