Skip to content

Commit

Permalink
Merge pull request #162 from kircherlab/fix/swapped_barcode_outputs
Browse files Browse the repository at this point in the history
fix: swapped barcode output files
  • Loading branch information
visze authored Jan 7, 2025
2 parents 8c29256 + a851ad2 commit bac8b92
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 bac8b92

Please sign in to comment.