Skip to content

Commit

Permalink
Merge pull request #2355 from mirpedrol/rich-codex
Browse files Browse the repository at this point in the history
don't clone modules repo again
  • Loading branch information
mirpedrol authored Jun 30, 2023
2 parents bb5644f + e101f14 commit ab8c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ The `nf-core modules create` command will prompt you with the relevant questions

<!-- RICH-CODEX
working_dir: tmp
timeout: 10
before_command: git clone https://github.com/nf-core/modules.git && cd modules
fake_command: nf-core modules create fastqc --author @nf-core-bot --label process_low --meta --force
-->
Expand Down Expand Up @@ -1180,8 +1181,7 @@ It will start in the current working directory, or whatever is specified with `-
The `nf-core subworkflows create` command will prompt you with the relevant questions in order to create all of the necessary subworkflow files.

<!-- RICH-CODEX
working_dir: tmp
before_command: git clone https://github.com/nf-core/modules.git && cd modules
working_dir: tmp/modules
fake_command: nf-core subworkflows create bam_stats_samtools --author @nf-core-bot --force
-->

Expand Down

0 comments on commit ab8c46e

Please sign in to comment.