Skip to content

Commit

Permalink
add option -k (bwa mem seed size) to vcf_creator.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepeterlongo committed Sep 18, 2018
1 parent 53ef32e commit fd9aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_VCF_creator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function help {
#---------------------------------------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------------------------------------

while getopts "hB:c:G:p:wkIef:o:t:" opt; do
while getopts "hB:c:G:p:wk:Ief:o:t:" opt; do
case $opt in

t)
Expand Down

0 comments on commit fd9aae3

Please sign in to comment.