Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime U Garcia <[email protected]>
  • Loading branch information
JoseEspinosa and maxulysse authored Oct 10, 2024
1 parent d97fe64 commit ff45f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ profiles {
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"

// Load nf-core/proteinfold custom profiles from different institutions.
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/proteinfold.config" : "/dev/null"
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
Expand Down

0 comments on commit ff45f0a

Please sign in to comment.