-
Notifications
You must be signed in to change notification settings - Fork 2
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 parameters to the nextflow config #3853
base: master
Are you sure you want to change the base?
Conversation
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.
Nice cleanup!
@staticmethod | ||
def get_bundle_filenames_path() -> Path: | ||
"""Return Taxprofiler bundle filenames path.""" | ||
return TAXPROFILER_BUNDLE_FILENAMES_PATH | ||
|
||
@property | ||
def is_params_appended_to_nextflow_config(self) -> bool: | ||
"""Return True if parameters should be added into the nextflow config file instead of the params file.""" |
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.
How does it return true?
Quality Gate passedIssues Measures |
Description
Changed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan