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

Added module ALE #5211

Merged
merged 5 commits into from
Mar 19, 2024
Merged

Added module ALE #5211

merged 5 commits into from
Mar 19, 2024

Conversation

rodtheo
Copy link
Contributor

@rodtheo rodtheo commented Mar 18, 2024

PR checklist

Closes #5138

  • Module for ALE tool added.
  • 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.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use 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:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@rodtheo rodtheo requested a review from a team as a code owner March 18, 2024 21:24
@rodtheo rodtheo requested review from CarsonJM and removed request for a team March 18, 2024 21:24
@itrujnara itrujnara self-requested a review March 19, 2024 11:15
Copy link
Contributor

@itrujnara itrujnara left a comment

Choose a reason for hiding this comment

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

In general it's looking completely fine. Most comments are details. My only concern is that we normally use two different meta inputs only if the module contains multiple tools, otherwise a single meta works for multiple inputs. I would suggest merging the input into a single tuple, i.e. tuple val(meta), path(asm), path(bam). You can use the larger meta, provided the ID will be the same. Feel free to argue if there is a major reason to use two inputs.

Copy link
Contributor

@itrujnara itrujnara left a comment

Choose a reason for hiding this comment

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

Looking good now, merge whenever ready

@rodtheo rodtheo added this pull request to the merge queue Mar 19, 2024
Merged via the queue into nf-core:master with commit 8a2df75 Mar 19, 2024
11 checks passed
@rodtheo rodtheo deleted the ale branch March 19, 2024 13:16
jvfe added a commit to jvfe/modules that referenced this pull request Mar 19, 2024
* master:
  Added module ALE (nf-core#5211)
  add cram support to bowtie2 (nf-core#5180)
  Add nf-test to minimap2 index (nf-core#5189)
  nf-test all wisecondorx modules (nf-core#5219)
  splitncigarreads added meta for references (nf-core#5224)
  More tests for FASTQ_FASTQC_UMITOOLS_FASTP (nf-core#5179)
  SNPEFF_SNPEFF with nf-test tests (nf-core#5204)
  del extra info from config, passed sing and docker tests (nf-core#5217)
  Added meta map to module and tests (nf-core#5191)
  Nftest htseq (nf-core#5220)
  remove pytest files for `bcftools sort` (nf-core#5218)
  Cellpose: updated to 3.0.1 (nf-core#5193)
  rename taxonomy files in kraken2/add module (nf-core#5214)
  add nf-test to bedtools/merge - nf-core#3936 (nf-core#5203)
tucano pushed a commit to tucano/modules that referenced this pull request Mar 20, 2024
* Added ale module

* remove test specific config file

* fix typo in meta yaml file

* conda matplotlib package version fixed

* corrections due PR suggestions
jennylsmith pushed a commit to RSC-RP/modules that referenced this pull request Mar 20, 2024
* Added ale module

* remove test specific config file

* fix typo in meta yaml file

* conda matplotlib package version fixed

* corrections due PR suggestions
alexnater pushed a commit to alexnater/nf-core-modules that referenced this pull request Mar 21, 2024
* Added ale module

* remove test specific config file

* fix typo in meta yaml file

* conda matplotlib package version fixed

* corrections due PR suggestions
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.

new module: ALE
2 participants