Conversation
Resolves merge conflicts from template update: - Accept new devcontainer format (remoteUser/privileged instead of features) - Remove gitpod profile (replaced by codespaces/devcontainer) - Update MultiQC to 1.31 with new container images - Update Nextflow minimum version to 25.04.0 - Keep custom validation help/summary configuration - Keep seqtk/trim module - Preserve Zenodo DOI (10.5281/zenodo.12192442)
Resolves merge conflicts from template update: - Accept new Codespaces badge format (shields.io style) - Update template version badge to 3.5.1 - Update MultiQC to 1.32 with topic channels for versions - Update Channel to channel (lowercase) for strict Nextflow syntax - Preserve Zenodo DOI (10.5281/zenodo.12192442)
- Sync template files (PR template, linting workflow, logo images) - Add symlink for docs/CONTRIBUTING.md
Updated modules: - fastqc - multiqc (now 1.32) - seqtk/trim Updated subworkflows: - utils_nfcore_pipeline - utils_nfschema_plugin
Remove explicit .out.versions calls from FASTQC and SEQTK_TRIM modules
as they now use topic channels (emit: versions_*, topic: versions).
Versions are automatically collected via Channel.topic('versions').
- Remove version count (now using topic channels) - Remove BETA-multiqc.parquet (renamed) - Add llms-full.txt and multiqc.parquet (new MultiQC outputs)
- Fix linting.yml to use pip install instead of uv tool install - Add explicit pre-commit installation step - Sync PULL_REQUEST_TEMPLATE.md with template
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes to
masterfor v1.1.0 release.