-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add porechop_abi to the pipeline #511
Add porechop_abi to the pipeline #511
Conversation
|
@jfy133The log file of |
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.
On the phone review doesn't find anything major!
Co-authored-by: James A. Fellows Yates <[email protected]>
multiqc_report_porechop: |
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.
I had a look a tthe MultiuQC reports - they look good except the file/sample names are dfiferent, the ABI is missing the library/run ID (just sample ID)... do you know why that is?
Yah I found the issue.
Top rows of
No wait, I think this |
Yeah, the problem is spotted. The Porechop_abi multiqc report: |
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.
OK! Then one last thing, in the multiqc_config yaml unde 'extra_fn_clean_exts:' can you add 'postchop_abi` or whatever the suffix is? That way MultiQC will clean the sample name for us for rendering :)
Add porechop and porechop_abi logs files to extra_fn_clean_exts
Updated. Not sure why
|
Can yuou send a MultiQC report of with each tool as a final check? |
@jfy133 Can we merge this PR now? |
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.
The two MultiQC reports still have _porechop
or _porechop_abi
on them... I wonder if we need to drop the .log
?
Co-authored-by: James A. Fellows Yates <[email protected]>
Thank you very much @LilyAnderssonLee ! |
Add
Porechop_ABI
to the pipeline as an alternative for adapter removal in long-read Oxford Nanopore data.Close the issue #145
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).