Skip to content

Commit

Permalink
fix: swapped barcode output files
Browse files Browse the repository at this point in the history
  • Loading branch information
visze committed Jan 7, 2025
1 parent 8c29256 commit a851ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/scripts/count/merge_replicates_barcode_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
)
@click.option(
"--output",
"output_threshold_file",
"output_file",
required=True,
type=click.Path(writable=True),
help="Output file.",
)
@click.option(
"--output-threshold",
"output_file",
"output_threshold_file",
required=True,
type=click.Path(writable=True),
help="Output file.",
Expand Down

0 comments on commit a851ad2

Please sign in to comment.