Skip to content

Commit

Permalink
Link to correct subwf
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Dec 1, 2024
1 parent 58b068c commit a24f1a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In order to use cross-organisational subworkflows, you can specify individual re
file in that subworkflow.

For example, let's say you have a subworkflow in your own organisation's `modules` repository that uses FastQC and fastp.
But, instead of using the fastp module from your own organisation, you want to use nf-core's fastp module. This is the case for the `fastq_trim_fastp_fastqc` subworkflow in the [nf-core-test](https://github.com/nf-core-test/modules/) organization.
But, instead of using the fastp module from your own organisation, you want to use nf-core's fastp module. This is the case for the `fastq_trim_fastp_fastqc` subworkflow in the [nf-core-test](https://github.com/nf-core-test/modules/tree/main/subworkflows/nf-core-test/fastq_trim_fastp_fastqc) organization.

In order to have this subworkflow, with a FastQC module from your organisation and fastp from nf-core, you'd define the
components section of this subworkflow's `meta.yml` file as such:
Expand Down

0 comments on commit a24f1a9

Please sign in to comment.