Skip to content

Commit

Permalink
set defaultBranch in nextflow config to allow main
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 3, 2024
1 parent 831548e commit e9ed94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ manifest {
homePage = 'https://github.com/{{ name }}'
description = """{{ description }}"""
mainScript = 'main.nf'
defaultBranch = '{{ default_branch }}'
nextflowVersion = '!>=24.04.2'
version = '{{ version }}'
doi = ''
Expand Down

0 comments on commit e9ed94e

Please sign in to comment.