Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru committed Jan 15, 2025
1 parent 6887074 commit 3578d70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cg/cli/workflow/nallo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from cg.cli.utils import CLICK_CONTEXT_SETTINGS

from cg.cli.workflow.commands import resolve_compression
from cg.cli.workflow.nf_analysis import config_case

from cg.constants.constants import MetaApis
Expand All @@ -24,5 +23,4 @@ def nallo(context: click.Context) -> None:
context.obj.meta_apis[MetaApis.ANALYSIS_API] = NalloAnalysisAPI(config=context.obj)


nallo.add_command(resolve_compression)
nallo.add_command(config_case)
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ def context_config(
"account": "development",
"mail_user": email_address,
},
"tower_workflow": "raredisease",
"tower_workflow": "nallo",
},
"raredisease": {
"binary_path": nextflow_binary.as_posix(),
Expand Down
2 changes: 1 addition & 1 deletion tests/meta/workflow/test_nallo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_get_sample_sheet_content(
patterns = [
"ADM1",
"m00000_000000_000000_s4.hifi_reads.bc2021.bam",
"nallo_case_enough_reads",
"nallo_case_two_samples",
]

contains_pattern = any(
Expand Down

0 comments on commit 3578d70

Please sign in to comment.