-
Notifications
You must be signed in to change notification settings - Fork 82
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
Rename "Stripping" section to "Host Removal" #531
Conversation
While many languages like Python have `str.strip`, `str.rstrip`, `str.lstrip`, it's not always clear to non-computer aficionados what it means. I think the flags make sense in context of their usage text, but I feel "Host Removal" is more clear to a new user. Happy to discuss!
One for @maxibor. Do you think it is also worth updating this in script(-name)/process label etc.? |
Guess we should - host-removal also makes it easier to understand, so I'm all for it ;-) |
@maxibor thoughts, now you're back from holiday? |
Sure, that sounds like a better name. I'm not too familiar yet with the new json-schema though, shouldn't the process name in |
@maxibor yes we should change it everywhere in my opinion (including the script itself, if you're not too attached to the name). Do you want to take that over? Alex or I can also update the schema once everything else is updated. |
Get latest dev version to check no flaky bam filtering
|
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
Co-authored-by: Thiseas C. Lamnidis <[email protected]>
While many languages like Python have
str.strip
,str.rstrip
,str.lstrip
, it's not always clear to non-computer aficionados what it means. I think the flags make sense in context of their usage text, but I feel "Host Removal" is more clear to a new user. Happy to discuss!PR checklist
nextflow run . -profile test,docker --paired_end
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: CONTRIBUTING.md