Skip to content

Commit 7f30502

Browse files
authored
Merge pull request #2188 from mirpedrol/fix-rich-codex-images
Fix rich codex images
2 parents fc7bf54 + c569daa commit 7f30502

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,8 @@ To list subworkflows installed in a local pipeline directory you can use `nf-cor
10321032

10331033
<!-- RICH-CODEX
10341034
working_dir: tmp/nf-core-nextbigthing
1035+
before_command: >
1036+
echo "repository_type: pipeline" >> .nf-core.yml
10351037
head: 25
10361038
-->
10371039

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

10461048
<!-- RICH-CODEX
10471049
working_dir: tmp/nf-core-nextbigthing
1050+
before_command: >
1051+
echo "repository_type: pipeline" >> .nf-core.yml
10481052
-->
10491053

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

10571061
<!-- RICH-CODEX
10581062
working_dir: tmp/nf-core-nextbigthing
1063+
before_command: >
1064+
echo "repository_type: pipeline" >> .nf-core.yml
10591065
-->
10601066

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

10761082
<!-- RICH-CODEX
10771083
working_dir: tmp/nf-core-nextbigthing
1084+
before_command: >
1085+
echo "repository_type: pipeline" >> .nf-core.yml
10781086
-->
10791087

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

11351143
<!-- RICH-CODEX
11361144
working_dir: tmp/nf-core-nextbigthing
1145+
before_command: >
1146+
echo "repository_type: pipeline" >> .nf-core.yml
11371147
-->
11381148

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

1168-
![`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)
1178+
![`cd modules && nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force`](docs/images/nf-core-subworkflows-create.svg)
11691179

11701180
### Create a subworkflow test config file
11711181

@@ -1177,6 +1187,8 @@ After you have written a minimal Nextflow script to test your subworkflow in `/t
11771187
working_dir: tmp/subworkflows
11781188
extra_env:
11791189
PROFILE: 'conda'
1190+
before_command: >
1191+
echo "repository_type: modules" >> .nf-core.yml
11801192
-->
11811193

11821194
![`nf-core subworkflows create-test-yml bam_stats_samtools --no-prompts --force`](docs/images/nf-core-subworkflows-create-test.svg)
@@ -1192,6 +1204,8 @@ working_dir: tmp/subworkflows
11921204
timeout: 30
11931205
extra_env:
11941206
PROFILE: 'conda'
1207+
before_command: >
1208+
echo "repository_type: pipeline" >> .nf-core.yml
11951209
-->
11961210

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

0 commit comments

Comments
 (0)