We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b8cf commit 802b985Copy full SHA for 802b985
cg/meta/workflow/taxprofiler.py
@@ -58,11 +58,6 @@ def get_bundle_filenames_path() -> Path:
58
"""Return Taxprofiler bundle filenames path."""
59
return TAXPROFILER_BUNDLE_FILENAMES_PATH
60
61
- @property
62
- def is_params_appended_to_nextflow_config(self) -> bool:
63
- """Return True if parameters should be added into the nextflow config file instead of the params file."""
64
- return False
65
-
66
def get_sample_sheet_content_per_sample(self, case_sample: CaseSample) -> list[list[str]]:
67
"""Collect and format information required to build a sample sheet for a single sample."""
68
sample_name: str = case_sample.sample.name
0 commit comments