Skip to content

Commit

Permalink
fix keep tmp file option
Browse files Browse the repository at this point in the history
  • Loading branch information
kew24 committed Nov 28, 2023
1 parent d0b9354 commit b5054e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/QC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ run_cov_qc=true
# Process command line arguments
OPTS=$(getopt \
--options hsv:o:kn \
--long help,single-end,vcf:,outdir:,keep-bed-files,no-cov-qc \
--long help,single-end,vcf:,outdir:,keep-tmp-files,no-cov-qc \
--name "$(basename "$0")" \
-- "$@"
)
Expand Down

0 comments on commit b5054e0

Please sign in to comment.