-
Notifications
You must be signed in to change notification settings - Fork 417
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 optional trimming with Trim Galore #117
Conversation
Hi @chelauk that looks like a very good start. Could you add params to specify trimming options? I think the rnaseq pipeline could be a good place to look at what to use already: Instead of |
I'm on to it.
|
…o influde test_local profile option
include 3' and 5' clipping options for Trim Galore before and after adapter clipping
include publishDir options to fastqTrim process
minor edit, uncommented --saveTrimmed option
minor edit; corrected nextflow config trimFastq options
Yes
yes added --fastqTrim option |
I just edited your comments for clarity |
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
when I use this command line I now get an error I am getting this error:
in nextflow.config it is defined:
|
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
|
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 @chelauk @maxulysse ! Couple of minor comments left. Ill approve so you can merge after fixing 👍
Co-Authored-By: Harshil Patel <drpatelh@users.noreply.github.com>
delete skip_trimming = false
sorry accidentally requested a review from @apeltzer |
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
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 perfect
nf-core/sarek pull request
Many thanks for contributing to nf-core/sarek!
Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).
PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md