-
Notifications
You must be signed in to change notification settings - Fork 26
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 No such variable: CUTADAPT error by replacing CUTADAPT.out with C… #187
Conversation
…UTADAPT_FIVE_PRIME and CUTADAPT_THREE_PRIME
This PR is against the
|
|
Hi @joannakraw i added something in the readme and the changelog, thanks again for the bug fix :) |
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 thanks again!
Thanks for merging @LaurenceKuhl ! |
Description
In this PR, I've added necessary changes to fix the bug described in Issue #180, connected with
No such variable: CUTADAPT
bug.I have resolved this issue locally by making the following changes to
workflows/crisprseq_screening.nf
:CUTADAPT.out
withCUTADAPT_FIVE_PRIME
in line 89.CUTADAPT.out
withCUTADAPT_THREE_PRIME
in line 98.Comments:
nf-core lint
test passed with 35 test warningsnextflow run . -profile test,docker --outdir <OUTDIR>
failed but not due to the changes inworkflows/crisprseq_screening.nf
, I've attached the nextflow.log file nextflow.log.I'm not sure how I should edit CHANGELOG or README files, and how to approach the problem of failed tests on different pipeline steps (not the one that I've edited).
I would appreciate your help or guidance @LaurenceKuhl.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).