Skip to content

Commit c6b547f

Browse files
jfy133TCLamnidis
andauthored
Update docs/tutorial_profiles.md
Co-authored-by: Thiseas C. Lamnidis <thisseass@gmail.com>
1 parent 8e367fb commit c6b547f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/tutorial_profiles.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@ nextflow run nf-core/eager -c old_dna_profile.config -profile old_dna,hpc_blue <
145145
```
146146

147147
In the background, any parameters in the pipeline's `nextflow.config` (containing
148-
default parameters) will be overwritten by the `old_dna_profile.config`, but
149-
in addition, *profile* will overwrite any parameters set in the config but
150-
outside the profile.
148+
default parameters) will be overwritten by the `old_dna_profile.config`. In addition, the `old_dna` *profile* will overwrite any parameters set in the config but
149+
outside the profile definition of `old_dna_profile.config`.
151150

152151
Therefore, the final profile used by your given run would look like:
153152

0 commit comments

Comments
 (0)