Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lint:
- assets/nf-core-pixelator_logo_light.png
- .github/PULL_REQUEST_TEMPLATE.md
multiqc_config: false
nf_core_version: 3.5.1
nf_core_version: 3.5.2
repository_type: pipeline
template:
author: Pixelgen Technologies AB
Expand All @@ -23,4 +23,4 @@ template:
- fastqc
- multiqc
- igenomes
version: 2.4.0dev
version: 3.0.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

## dev - xxxx-xx-xx
## [[3.0.0](https://github.com/nf-core/pixelator/releases/tag/3.0.0)] - 2025-02-23

### Changed

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nf-core": {
"cat/fastq": {
"branch": "master",
"git_sha": "f4743b089085121497b7c1c81a28810ce2740dde",
"git_sha": "5d28ea7cfaebcfae6f74d1067ea766d8ff19dff3",
"installed_by": ["modules"]
}
}
Expand All @@ -26,7 +26,7 @@
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "ff506dcada6fc826ed0c641dc2ed1e98f7345fbe",
"git_sha": "fdc08b8b1ae74f56686ce21f7ea11ad11990ce57",
"installed_by": ["subworkflows"]
}
}
Expand Down
11 changes: 6 additions & 5 deletions modules/nf-core/cat/fastq/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion modules/nf-core/cat/fastq/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions modules/nf-core/cat/fastq/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions modules/nf-core/cat/fastq/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ profiles {
test {
includeConfig 'conf/test_pna.config'
}

test_full {
includeConfig 'conf/test_full.config'
}
}
// Load nf-core custom profiles from different institutions
includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
Expand Down Expand Up @@ -353,7 +357,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=25.04.0'
version = '2.4.0dev'
version = '3.0.0'
doi = '10.1101/2023.06.05.543770'
}

Expand Down
42 changes: 21 additions & 21 deletions ro-crate-metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion subworkflows/nf-core/utils_nfschema_plugin/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/pna.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"pixelator": "0.23.0"
},
"Workflow": {
"nf-core/pixelator": "v2.4.0dev"
"nf-core/pixelator": "v3.0.0"
}
}
],
Expand Down Expand Up @@ -154,7 +154,7 @@
"pixelator": "0.23.0"
},
"Workflow": {
"nf-core/pixelator": "v2.4.0dev"
"nf-core/pixelator": "v3.0.0"
}
},
[
Expand Down
Loading