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
3 changes: 2 additions & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
fail-fast: false
matrix:
shard: ${{ fromJson(needs.nf-test-changes.outputs.shard) }}
profile: [conda, docker, singularity]
# Add conda to once conda lock file support is added
profile: [docker, singularity]
isMain:
- ${{ github.base_ref == 'master' || github.base_ref == 'main' }}
# Exclude conda and singularity on dev
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Template update 3.2.1 [#369](https://github.com/nf-core/mhcquant/pull/369)
- Bump OpenMS version 3.1.0 -> 3.4.0 [#370](https://github.com/nf-core/mhcquant/pull/358)

### `Changed`

- Temporarily drop conda and epicore testing due to unstable CI tests [#426](https://github.com/nf-core/mhcquant/pull/426)

### `Dependencies`

| Dependency | Old version | New version |
Expand Down
32 changes: 0 additions & 32 deletions conf/test_epicore.config

This file was deleted.

3 changes: 3 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ This approach is particularly useful when creating reference libraries for subse

## Epicore

> [!NOTE]
> This tool is still experimental and under active development.

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`.

Run epicore in the pipeline:
Expand Down
57 changes: 0 additions & 57 deletions tests/epicore.nf.test

This file was deleted.

Loading