From f3f891f5f9c518d6ac23b98887fe4fa09abe50a3 Mon Sep 17 00:00:00 2001 From: pdimens Date: Fri, 13 Dec 2024 09:25:27 -0500 Subject: [PATCH] fix usage statement --- harpy/bin/bx_to_end.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harpy/bin/bx_to_end.py b/harpy/bin/bx_to_end.py index 0bfc427fd..94ddfb935 100755 --- a/harpy/bin/bx_to_end.py +++ b/harpy/bin/bx_to_end.py @@ -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 )