-
Notifications
You must be signed in to change notification settings - Fork 22
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 macrel faa input #242
fix macrel faa input #242
Conversation
Patch release v1.0.1
|
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.
looks good to me
Took me a bit to understand how AMPcombi could deal with a channel if it contains two faa
files, but realised it always considers the one on position 2 ...
@Darcy220606 please just check locally it works correctly now I've resolved the merge conflict, then you can merge :) |
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.
Continues looking good.
This PR fixes the
MACREL
input issue in the pipeline amp workflow. The issue was thatMACREL
module is currently using fna and running its own annoations therfore whenMACREl
is run alone in the pipelineAMPCOMBI
was not activated as it was missing one of its input = faa. To fix this i added thefaa
generated byMACREl
into the summary channel. This closes issue #241MACREL
alse needs updating inFUNCSCAN/MODULES
an issue #3001 was also created.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).