Skip to content

Commit

Permalink
use general tower binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru committed Jan 11, 2024
1 parent 447078d commit 0e57efd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cg/cli/workflow/raredisease/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from cg.cli.workflow.commands import ARGUMENT_CASE_ID, OPTION_DRY
from cg.constants.constants import DRY_RUN, MetaApis
from cg.meta.workflow.analysis import AnalysisAPI
from cg.cli.workflow.commands import ARGUMENT_CASE_ID
from cg.meta.workflow.raredisease import RarediseaseAnalysisAPI
from cg.models.cg_config import CGConfig
from cg.exc import CgError
Expand Down
2 changes: 1 addition & 1 deletion cg/meta/workflow/raredisease.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
self.profile: str = config.raredisease.profile
self.conda_env: str = config.raredisease.conda_env
self.conda_binary: str = config.raredisease.conda_binary
self.tower_binary_path: str = config.raredisease.tower_binary_path
self.tower_binary_path: str = config.tower_binary_path
self.tower_pipeline: str = config.raredisease.tower_pipeline
self.account: str = config.raredisease.slurm.account
self.compute_env: str = config.raredisease.compute_env
Expand Down
1 change: 0 additions & 1 deletion cg/models/cg_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class RarediseaseConfig(CommonAppConfig):
revision: str
root: str
slurm: SlurmConfig
tower_binary_path: str
tower_pipeline: str


Expand Down

0 comments on commit 0e57efd

Please sign in to comment.