Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2fe9457
Solved issue #101 and upgraded subworkflows in util
Jan 21, 2026
eabd68c
Apply prettier formatting
Jan 21, 2026
567c6ad
adjusted maintainer's name
Jan 21, 2026
5b34781
apply prettier formatting with maitainer's name
Jan 21, 2026
ba19ff1
Add icon for Target genome name in issue #92
Jan 22, 2026
d2aee6c
Bump version number to 2.2.2 to prepare release
Jan 22, 2026
370a534
Recrate pipelines
Jan 22, 2026
9a67687
Update module in local and fixed issue #100
Jan 22, 2026
c6152c9
Change the expression in meta.yml
Jan 22, 2026
49a0486
Update test snapshot for v2.2.2 release
Jan 22, 2026
6f12751
changed Changelog
Jan 22, 2026
93133ab
Validated CHANGELOG with Charles
Jan 26, 2026
ebcdf4e
Refresh nf-core logo to get correct proportions
charles-plessy Jan 26, 2026
d89307d
Deleted remained code that exports "versions.yml"
Jan 26, 2026
329ab49
Merge branch 'topicVersionChannel' of github.com:nf-core/pairgenomeal…
Jan 26, 2026
1f2a304
Remade snapshot and modified error of expression in metafile
Jan 26, 2026
2360ed7
Update CHANGELOG.md
takiifujita-ui Jan 27, 2026
a7fe559
Update main.nf
takiifujita-ui Jan 27, 2026
50fbe23
Update modules.config
takiifujita-ui Jan 27, 2026
eb03c75
Add space between / and 🍏
charles-plessy Jan 27, 2026
d7d2a5d
Merge branch 'topicVersionChannel' of github.com:nf-core/pairgenomeal…
charles-plessy Jan 27, 2026
66c9f0d
Restore missing diff file
charles-plessy Jan 27, 2026
94af0c6
Merge pull request #99 from nf-core/topicVersionChannel
charles-plessy Jan 27, 2026
22f70db
Exclude PNG files from test, not reproducible on conda.
Jan 30, 2026
89ba0d1
Updated CHANGELOG.md
Jan 30, 2026
4fb5c49
Run pre-commit to change CHANGELOG.md
Jan 30, 2026
fc4b2c2
Merge pull request #105 from nf-core/exclude_png
charles-plessy Jan 30, 2026
3b0d520
Update CHANGELOG.md
takiifujita-ui Jan 30, 2026
ac36580
Merge pull request #106 from nf-core/takiifujita-ui-patch-1
charles-plessy Jan 30, 2026
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
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ template:
name: pairgenomealign
org: nf-core
outdir: .
version: 2.2.2dev
version: 2.2.2
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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).

## [v2.2.2](https://github.com/nf-core/pairgenomealign/releases/tag/2.2.2) "Juicy" - [January 30th 2026]

### `Fixed`

- Conforms to [nf-core template version `3.5.1`](https://nf-co.re/blog/2025/tools-3_5_0) ([#95](https://github.com/nf-core/pairgenomealign/issues/95), [#98](https://github.com/nf-core/pairgenomealign/issues/98)).
- Fixed nf-core logo ([#90](https://github.com/nf-core/pairgenomealign/issues/90)).
- Adjusted process requirements to `test_full` case ([#61](https://github.com/nf-core/pairgenomealign/issues/61)).
- Set an icon in the `--targetName` option in the documentation ([#92](https://github.com/nf-core/pairgenomealign/issues/92)).
- Fixed a bug of `last/train` records the wrong value for percent identity ([#96](https://github.com/nf-core/pairgenomealign/issues/96)).
- Merged output channels in `last/dotplot` ([#100](https://github.com/nf-core/pairgenomealign/issues/100))
- Created missing `meta.yml` for subworkflows ([#101](https://github.com/nf-core/pairgenomealign/issues/101)).
- Exclude PNG files from pipeline test, because not reproducible in conda.

### `Dependencies`

| Dependency | Old version | New version |
| -------------- | ----------- | ----------- |
| `assemblyscan` | 0.4.1 | 1.0.0 |
| `MultiQC` | 1.30 | 1.33 |

## [v2.2.1](https://github.com/nf-core/pairgenomealign/releases/tag/2.2.1) "C’est quoi ça?" - [August 5th 2025]

### `Fixed`
Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/pairgenomealign/tree/dev" target="_blank">nf-core/pairgenomealign</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/pairgenomealign/dev/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/pairgenomealign/releases/tag/2.2.2" target="_blank">nf-core/pairgenomealign</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/pairgenomealign/2.2.2/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-pairgenomealign-methods-description":
order: -1000
Expand Down
6 changes: 1 addition & 5 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ process {
publishDir = [
path: { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]

withName: 'ASSEMBLYSCAN' {
Expand Down Expand Up @@ -51,7 +50,6 @@ process {
ext.prefix = { "${meta.id}.m2o_aln" }
ext.args = { "-m${params.last_split_mismap}" }
}

withName: 'ALIGNMENT_SPLIT_O2O' {
ext.prefix = { "${meta.id}.o2o_aln" }
ext.args = { "--reverse -m${params.last_split_mismap}" }
Expand Down Expand Up @@ -118,15 +116,13 @@ process {
publishDir = [
path: { "${params.outdir}/multiqc" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: 'MULTIQC_ASSEMBLYSCAN_PLOT_DATA' {
publishDir = [
path: { "${params.outdir}/multiqc/assemblyscan_plot_data" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

Expand All @@ -140,7 +136,7 @@ process {
publishDir = [
path: { "${params.outdir}/alignment" },
mode: params.publish_dir_mode,
saveAs: { filename -> (filename.equals('versions.yml') || filename.endsWith('.sizes')) ? null : filename }
saveAs: { filename -> (filename.endsWith('.sizes')) ? null : filename }
]
}

Expand Down
Binary file modified docs/images/pairgenomealign-tubemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading