Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Diaz <[email protected]>
  • Loading branch information
peterpru and diitaz93 authored Jan 14, 2025
1 parent d930ae0 commit a5b807c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cg/cli/workflow/nallo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
@click.group(invoke_without_command=True, context_settings=CLICK_CONTEXT_SETTINGS)
@click.pass_context
def nallo(context: click.Context) -> None:
"""gms/nallo analysis workflow."""
"""GMS/Nallo analysis workflow."""
AnalysisAPI.get_help(context)
context.obj.meta_apis[MetaApis.ANALYSIS_API] = NalloAnalysisAPI(config=context.obj)
2 changes: 1 addition & 1 deletion cg/meta/workflow/nallo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class NalloAnalysisAPI(NfAnalysisAPI):
"""Handles communication between NALLO processes
"""Handles communication between Nallo processes
and the rest of CG infrastructure."""

def __init__(
Expand Down
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2483,8 +2483,8 @@ def sequencing_platform() -> str:


# Nallo fixtures
@pytest.fixture(scope="function", name="nallo_context")
def fixture_nallo_context(
@pytest.fixture(scope="function")
def nallo_context(
cg_context: CGConfig,
) -> CGConfig:
"""Context to use in cli."""
Expand Down

0 comments on commit a5b807c

Please sign in to comment.