Skip to content

Commit

Permalink
fix usage statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Dec 13, 2024
1 parent c450998 commit f3f891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harpy/bin/bx_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
parser = argparse.ArgumentParser(
prog = 'bx_to_end.py',
description = "Parses a FASTQ or BAM file to move the BX:Z tag to the end of the record.",
usage = "bx_to_end.py file.[fq|bam]",
usage = "bx_to_end.py file.[fq|bam] > output.[fq.gz|bam]",
exit_on_error = False
)

Expand Down

0 comments on commit f3f891f

Please sign in to comment.