Skip to content

Commit

Permalink
Use correct flag for fluffy
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnyr committed Jan 28, 2025
1 parent 99c9688 commit 63a67a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/fluffy.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def run_fluffy(
if not workflow_config:
workflow_config = self.fluffy_config.as_posix()
batch_ref_flag = "" if external_ref else "--batch-ref"
use_bwa_mem_flag = "--use-bwa-mem" if use_bwa_mem else ""
use_bwa_mem_flag = "--bwa-mem" if use_bwa_mem else ""
command_args = [
"--config",
workflow_config,
Expand Down

0 comments on commit 63a67a0

Please sign in to comment.