Skip to content

Commit

Permalink
Merge pull request #2828 from mirpedrol/default-fasta
Browse files Browse the repository at this point in the history
Template: Remove fasta default from nextflow.config
  • Loading branch information
mirpedrol authored Mar 11, 2024
2 parents b1db400 + 5aecdba commit 462eb43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Template

- Remove fasta default from nextflow.config ([#2828](https://github.com/nf-core/tools/pull/2828))
- Update templates to use nf-core/setup-nextflow v2

### Linting
Expand Down
1 change: 0 additions & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ params {
genome = null
igenomes_base = 's3://ngi-igenomes/igenomes/'
igenomes_ignore = false
fasta = null
{%- endif -%}

// MultiQC options
Expand Down

0 comments on commit 462eb43

Please sign in to comment.