-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move fastp arguments to modules.config #75
base: dev
Are you sure you want to change the base?
Conversation
|
This change makes sense within the nf-core framework wrt use of process selectors to define arguments. I have to admit I'm not much of an advocate for the heavy use of process selectors to set arguments since imo it can cause some degree of obfuscation of process configuration, though this modification seems fairly straightforward. Could you note your use-case and justification below for this change that we discussed earlier for anyone following along? |
Move the fastp arguments that turn off the adapter/read trimming into the
modules.config
instead of hardcoded into the module itself.