Skip to content

Commit 802b985

Browse files
committed
Remove method
1 parent 957b8cf commit 802b985

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cg/meta/workflow/taxprofiler.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ def get_bundle_filenames_path() -> Path:
5858
"""Return Taxprofiler bundle filenames path."""
5959
return TAXPROFILER_BUNDLE_FILENAMES_PATH
6060

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-
6661
def get_sample_sheet_content_per_sample(self, case_sample: CaseSample) -> list[list[str]]:
6762
"""Collect and format information required to build a sample sheet for a single sample."""
6863
sample_name: str = case_sample.sample.name

0 commit comments

Comments
 (0)