-
Notifications
You must be signed in to change notification settings - Fork 86
Trim by lib #807
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
Trim by lib #807
Conversation
Release PR for 2.3.5 patch
Release PR for 2.4
Markdown linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
Once you push these changes the test should pass, and you can hide this comment 👍 We highly recommend setting up markdownlint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! Thanks again for your contribution! |
1 similar comment
Markdown linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
Once you push these changes the test should pass, and you can hide this comment 👍 We highly recommend setting up markdownlint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! Thanks again for your contribution! |
jfy133
left a comment
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.
LGTM
Closes #805
This PR changes the behaviour of the bam_trim process, to allow separate trimming parameters not only by UDG treatment but also by library strandedness. This can be important for creating broader stable profiles that deal with complex datasets in a more transparent way.
Also corrected the stated default value for bam trimming in the parameter helptext. The helptext stated 1 bp would be trimmed on each end, but the actual default was 0.
Added Parameters:
bamutils_clip_double_stranded_half_udg_leftbamutils_clip_double_stranded_half_udg_rightbamutils_clip_double_stranded_none_udg_leftbamutils_clip_double_stranded_none_udg_rightbamutils_clip_single_stranded_half_udg_leftbamutils_clip_single_stranded_half_udg_rightbamutils_clip_single_stranded_none_udg_leftbamutils_clip_single_stranded_none_udg_rightRemoved Parameters:
bamutils_clip_half_udg_leftbamutils_clip_half_udg_rightbamutils_clip_none_udg_leftbamutils_clip_none_udg_rightPR checklist
nf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).