Skip to content

Commit f29a8d9

Browse files
authored
Merge pull request #426 from nf-core/prepare-release
Final adjustments to 3.1.0 Release
2 parents 3d63754 + 7487e49 commit f29a8d9

File tree

6 files changed

+9
-483
lines changed

6 files changed

+9
-483
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
71-
profile: [conda, docker, singularity]
71+
# Add conda to once conda lock file support is added
72+
profile: [docker, singularity]
7273
isMain:
7374
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
7475
# Exclude conda and singularity on dev

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5757
- Template update 3.2.1 [#369](https://github.com/nf-core/mhcquant/pull/369)
5858
- Bump OpenMS version 3.1.0 -> 3.4.0 [#370](https://github.com/nf-core/mhcquant/pull/358)
5959

60+
### `Changed`
61+
62+
- Temporarily drop conda and epicore testing due to unstable CI tests [#426](https://github.com/nf-core/mhcquant/pull/426)
63+
6064
### `Dependencies`
6165

6266
| Dependency | Old version | New version |

conf/test_epicore.config

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/usage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ This approach is particularly useful when creating reference libraries for subse
159159

160160
## Epicore
161161

162+
> [!NOTE]
163+
> This tool is still experimental and under active development.
164+
162165
Length variants of HLA peptides, especially HLA class II peptides, pose a distinct challenge when performing downstream cohort-wide analyses. [Epicore](https://github.com/AG-Walz/epicore) uses rules-based parameters to aggregate length variants of the same epitope into a `consensus epitope`.
163166

164167
Run epicore in the pipeline:

tests/epicore.nf.test

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)