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

Multiple emit #32

Closed
riederd opened this issue Feb 1, 2022 · 1 comment · May be fixed by #39
Closed

Multiple emit #32

riederd opened this issue Feb 1, 2022 · 1 comment · May be fixed by #39
Assignees

Comments

@riederd
Copy link
Member

riederd commented Feb 1, 2022

path("${prefix}_volcano_plot.pdf"), emit: volcano
path("${prefix}_volcano_padj.pdf"), emit: volcano_padj
path("${prefix}_volcano_padj_GoI.pdf"), emit: volcano_GoI
path("*.pdf"), emit: plots, optional: true

Is there any difference between the globbed pdfs *.pdf and the named pdfs?
If not, it is not needed to emit them multiple times

@vjmarteau
Copy link
Member

I will have a look

vjmarteau added a commit that referenced this issue Jun 30, 2022
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 a pull request may close this issue.

2 participants