Skip to content

Commit

Permalink
bump version and remove igenomes param
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Nov 27, 2023
1 parent df7a7b3 commit cbf73a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/rnafusion/releases/tag/dev" target="_blank">nf-core/rnafusion</a>
This report has been generated by the <a href="https://github.com/nf-core/rnafusion/releases/tag/3.0.0" target="_blank">nf-core/rnafusion</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/rnafusion/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/rnafusion/3.0.0/docs/output" target="_blank">documentation</a>.
report_section_order:
nf-core-rnafusion-methods-description:
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ params {
// Schema validation default options
validationFailUnrecognisedParams = false
validationLenientMode = false
validationSchemaIgnoreParams = 'genomes,igenomes_base'
validationSchemaIgnoreParams = 'genomes'
validationShowHiddenParams = false
validate_params = true
}
Expand Down Expand Up @@ -290,7 +290,7 @@ manifest {
description = """Nextflow rnafusion analysis pipeline, part of the nf-core community."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '3.0.0dev'
version = '3.0.0'
doi = ''
}

Expand Down

0 comments on commit cbf73a1

Please sign in to comment.