Commit 32336457 authored by nchernia's avatar nchernia
Browse files

adding ligation and thread flags

parent 0cbc5e4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ printHelpAndExit() {
    exit "$1"
}

while getopts "d:g:R:a:hrs:p:y:z:S:D:x" opt; do
while getopts "d:g:R:a:hrs:p:y:z:S:D:xt:b:" opt; do
    case $opt in
	g) genomeID=$OPTARG ;;
	h) printHelpAndExit 0;;