We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if we could limit the actions of extra_fn_clean_exts to specific modules (as requested in this biostars post.
extra_fn_clean_exts
It shouldn't be too difficult to add, can have a new key alongside type and regex etc, called module (could be a string or a list of strings).
type
regex
module
The text was updated successfully, but these errors were encountered:
c749187
New key 'module' in config.fn_clean_exts can now have a list of strin…
8fa014d
…gs or a string. See #905
No branches or pull requests
It would be nice if we could limit the actions of
extra_fn_clean_exts
to specific modules (as requested in this biostars post.It shouldn't be too difficult to add, can have a new key alongside
type
andregex
etc, calledmodule
(could be a string or a list of strings).The text was updated successfully, but these errors were encountered: