-
Notifications
You must be signed in to change notification settings - Fork 750
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
fix and bump gfastats #7320
base: master
Are you sure you want to change the base?
fix and bump gfastats #7320
Conversation
72dae4b
to
bd152dc
Compare
I'm just getting empty |
I think change the code so that |
path agpfile | ||
path include_bed | ||
path exclude_bed | ||
path instructions | ||
|
||
output: | ||
tuple val(meta), path("*.assembly_summary"), emit: assembly_summary |
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.
tuple val(meta), path("*.assembly_summary"), emit: assembly_summary | |
tuple val(meta), path("*.assembly_summary"), emit: assembly_summary | |
tuple val(meta), path("*.${out_fmt}.gz") , emit: assembly, optional: true |
something like this
PR checklist
Closes #XXX
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