Skip to content

Commit

Permalink
first release checks
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-buscaroli committed Jan 30, 2025
1 parent 7a5b5df commit bfff6c9
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 34 deletions.
10 changes: 5 additions & 5 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ nf_core_version: 3.2.0
repository_type: pipeline
template:
author: Nicola Calonaci, Elena Buscaroli, Katsiaryna Davydzenka, Giorgia Gandolfi,
Virginia Gazziero, Brandon Hastings, Davide Rambaldi, Rodolfo Tolloi, Lucrezia Valeriani
and Giulio Caravagna
Virginia Gazziero, Brandon Hastings, Davide Rambaldi, Rodolfo Tolloi, Lucrezia
Valeriani and Giulio Caravagna
description: Analysis pipleine to model tumour clonal evolution from WGS data (driver
annotation, quality control of copy number calls, subclonal and mutational signature
deconvolution)
Expand All @@ -12,8 +12,8 @@ template:
name: tumourevo
org: nf-core
outdir: .
version: 1.0dev
version: 1.0.0
lint:
modules_config: False
modules_config: false
files_exist:
- conf/modules.config
- conf/modules.config
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0dev - [date]
## v1.0.0 - [2025-01-30] - Expanding Clone

Initial release of nf-core/tumourevo, created with the [nf-core](https://nf-co.re/) template.

### `Added`

### `Fixed`

### `Dependencies`

### `Deprecated`
7 changes: 4 additions & 3 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/tumourevo/tree/dev" target="_blank">nf-core/tumourevo</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/tumourevo/dev/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/tumourevo/releases/tag/1.0.0"
target="_blank">nf-core/tumourevo</a> analysis pipeline. For information about how
to interpret these results, please see the <a href="https://nf-co.re/tumourevo/1.0.0/docs/output"
target="_blank">documentation</a>.
report_section_order:
"nf-core-tumourevo-methods-description":
order: -1000
Expand Down
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ params {

// Container slug. Stable releases should specify release tag!
// Developmental code should specify :dev
process.container = 'nfcore/tumourevo:dev'
process.container = 'nfcore/tumourevo:1.0.0'

// Load base.config by default for all pipelines

Expand Down Expand Up @@ -348,7 +348,7 @@ includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${pa

// Load nf-core/tumourevo 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/tumourevo.config" : "/dev/null"
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/tumourevo.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 Expand Up @@ -487,7 +487,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=24.04.2'
version = '1.0dev'
version = '1.0.0'
doi = ''
}

Expand Down
Loading

0 comments on commit bfff6c9

Please sign in to comment.