Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnyr committed Jan 28, 2025
1 parent 115ffc4 commit 99c9688
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cg/meta/workflow/fluffy.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,12 @@ def make_sample_sheet(self, case_id: str, dry_run: bool) -> None:
fluffy_sample_sheet.write_sample_sheet(sample_sheet_out_path)

def run_fluffy(
self, case_id: str, dry_run: bool, workflow_config: str, external_ref: bool, use_bwa_mem: bool
self,
case_id: str,
dry_run: bool,
workflow_config: str,
external_ref: bool,
use_bwa_mem: bool,
) -> None:
"""
Call fluffy with the configured command-line arguments
Expand Down

0 comments on commit 99c9688

Please sign in to comment.