-
Notifications
You must be signed in to change notification settings - Fork 34
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
Function for mapcombinemultimap #339
Conversation
|
With your suggestion:
I get the following:
in teh log
|
Prepending And instead prepending back
|
The placement of the function is debatable, but to have its definition evaluated by nextflow, rather than pure Groovy makes it work.
I couldn't fully test this as I was working in a codespace, but the original error went away by moving the function to a nextflow module. Let's see what the test suite says. |
|
Extremely naïve attempt to create a
map -> combine -> multiMap
function (second suggestion to close #207 ), however this currently fails due to aerror... I'm not sure what is causing this
Test command:
I tried to base the structure of the code on: https://github.com/Midnighter/nextflow-utility-services/blob/main/lib/CustomChannelOperators.groovy
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).