-
Notifications
You must be signed in to change notification settings - Fork 752
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
Added module ALE #5211
Conversation
There was a problem hiding this 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.
There was a problem hiding this 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
* 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)
* Added ale module * remove test specific config file * fix typo in meta yaml file * conda matplotlib package version fixed * corrections due PR suggestions
* Added ale module * remove test specific config file * fix typo in meta yaml file * conda matplotlib package version fixed * corrections due PR suggestions
* Added ale module * remove test specific config file * fix typo in meta yaml file * conda matplotlib package version fixed * corrections due PR suggestions
PR checklist
Closes #5138
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda