-
Couldn't load subscription status.
- Fork 928
New align dedup bwamem #9197
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
base: master
Are you sure you want to change the base?
New align dedup bwamem #9197
Conversation
…nto new_align_dedup_bwamem
…nto new_align_dedup_bwamem
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.
Getting there. Can you please follow this convention for nf-test tags:
tag "subworkflows"
tag "subworkflows_nfcore"
tag "subworkflows/{{ component_name }}"
// TODO nf-core: Add tags for all modules used within this subworkflow. Example:
tag "samtools"
tag "samtools/sort"
tag "samtools/index"
tag "subworkflows/{{ component_name_2 }}"
tag "bwa"
tag "bwa/index"
tag "bwa/mem"
Start with your subworkflow and then go in the deeper levels, each time tagging each subworkflow and its components they way they are sourced.
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
subworkflows/nf-core/fastq_align_dedup_bwamem/tests/main.nf.test
Outdated
Show resolved
Hide resolved
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
Co-authored-by: Evangelos Karatzas <[email protected]>
PR checklist
Closes #XXX
versions.ymlfile.labelnf-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