Skip to content

Drop conda support temporarily#310

Merged
jonasscheid merged 4 commits intonf-core:devfrom
jonasscheid:drop-conda-support
Oct 22, 2025
Merged

Drop conda support temporarily#310
jonasscheid merged 4 commits intonf-core:devfrom
jonasscheid:drop-conda-support

Conversation

@jonasscheid
Copy link
Copy Markdown
Collaborator

@jonasscheid jonasscheid commented Oct 22, 2025

See this discussion in Slack: https://nfcore.slack.com/archives/CM46YC6BZ/p1761058849919089

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/epitopeprediction branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Comment thread CHANGELOG.md
### `Changed`

- [#296](https://github.com/nf-core/epitopeprediction/pull/296) Major rework of Fasta output: new header structure, full wildtype sequences, mutated peptides trimmed around mutation site in a flanking region of defined size and support for overlapping mutations.
- [#310](https://github.com/nf-core/epitopeprediction/pull/310) Drop conda support temporarily until conda lock file support is implemented
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are lock files really the problem here? isn't it more that the underlying packages don't support modern python?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, not 100% sure if it would work with lock files, but I still have working environments with old python versions

@jonasscheid
Copy link
Copy Markdown
Collaborator Author

Thanks!

@jonasscheid jonasscheid merged commit 46223fa into nf-core:dev Oct 22, 2025
21 checks passed
@jonasscheid jonasscheid mentioned this pull request Oct 27, 2025
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants