Merged
Conversation
vagkaratzas
reviewed
Mar 11, 2026
Contributor
Author
the test that is failing : |
Contributor
Author
fixed this by increasing the size of my VM e.g. :) |
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.
PR checklist
Closes #10143
This pull request updates the AdapterRemoval module to use version 2.3.4 and refactors how software version information is captured and output, moving away from file-based reporting to a more structured tuple-based approach. It also cleans up and clarifies metadata and test handling, ensuring better consistency and future extensibility.
AdapterRemoval version update:
environment.yml) and container image references in the process definition (main.nf). [1] [2]Refactoring version reporting:
versions.ymlfile with a new tuple-based output channel (versions_AdapterRemoval) that directly reports the process name, tool name, and version string. This change is reflected in both the process output definition and the process script, removing the block of code that generatedversions.yml. [1] [2] [3] [4]Metadata and schema improvements:
meta.ymlto clarify and expand tool metadata, input/output descriptions, and ontologies. Added a new schema forversions_AdapterRemovaland modernized the generalversionstopic to match the new tuple-based approach. [1] [2] [3] [4] [5] [6] [7] [8] [9]Test updates:
Updated tests to expect the new tuple-based version output instead of the previous
versions.ymlfile, searching for outputs with keys starting with "versions". [1] [2] [3] [4] [5] [6] [7]Updated test snapshots to match the new output structure and updated tool version, and to reflect changes in metadata and Nextflow/nf-test versions. [1] [2] [3] [4] [5] [6]
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 module conventions in the contribution docs
If necessary, include test data in your PR.
Remove all TODO statements.
Broadcast software version numbers to
topic: versions- See version_topicsFollow the naming conventions.
Follow the parameters requirements.
Follow the input/output options guidelines.
Add a resource
labelUse BioConda and BioContainers if possible to fulfil software requirements.
Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
nf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda