Skip to content

Commit

Permalink
adding ligation and thread flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia committed Jun 18, 2017
1 parent 0cbc5e4 commit 3233645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down

0 comments on commit 3233645

Please sign in to comment.