Skip to content

Commit

Permalink
Update LONGOPTS to include workingdir
Browse files Browse the repository at this point in the history
  • Loading branch information
helrick authored and d-cameron committed Apr 13, 2021
1 parent b6342f9 commit cffbd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gridss_annotate_vcf_repeatmasker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Usage: gridss_annotate_vcf_repeatmasker.sh [options] input.vcf
"
#--fields: INFO fields to populate. (Default: $fields)
OPTIONS=o:t:j:w:
LONGOPTS=output:,threads:,jar:,rm:,rmargs:,minlength:
LONGOPTS=output:,workingdir:,threads:,jar:,rm:,rmargs:,minlength:
! PARSED=$(getopt --options=$OPTIONS --longoptions=$LONGOPTS --name "$0" -- "$@")
if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
# e.g. return value is 1
Expand Down

0 comments on commit cffbd8e

Please sign in to comment.