Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate module parameter #148

Merged
merged 12 commits into from
Jun 15, 2024
Merged

Deprecate module parameter #148

merged 12 commits into from
Jun 15, 2024

Conversation

nictru
Copy link
Contributor

@nictru nictru commented Jun 14, 2024

This PR removes the module parameter from the pipeline. It was used for selecting which sections of the pipeline should be executed. It had the following allowed values:

  • circrna_discovery: This was redundant because the pipeline could not be executed without it
  • differential_expression: This section has been entirely removed via Clean up differential expression workflow #147
  • mirna_prediction: This is the only section where disabling makes sense. However, this can also be toggled via the mature parameter. If it is not provided, the mirna_prediction processes will not be executed. So the module parameter also doesn't offer any benefit here.

So the parameter is entirely redundant and removed via this PR.

@nictru nictru linked an issue Jun 14, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jun 14, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit ab74eb5

+| ✅ 217 tests passed       |+
!| ❗   1 tests had warnings |!

❗ Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-06-14 13:07:07

conf/modules.config Show resolved Hide resolved
@nictru nictru merged commit c7077d9 into dev Jun 15, 2024
4 checks passed
@nictru nictru deleted the deprecate_module branch June 15, 2024 06:40
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.

Deprecate the module parameter
2 participants