Skip to content

Commit

Permalink
repeat_masker script corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
gsneha26 committed Jul 10, 2021
1 parent e6819da commit c3ced70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/run_segalign_repeat_masker
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ optionalArguments1=""
output_filename=""
mk=0
hp=0
outf=0
total_args=0

args=("$@")
Expand Down Expand Up @@ -52,10 +53,10 @@ for ((i=0; i < $total_args; i++)){
}

if [ $hp -eq 1 ]; then
segalign --help
segalign_repeat_masker --help

elif [ $# -eq 1 ] || [ $# -eq 0 ]; then
segalign $1
elif [ $# -eq 0 ]; then
segalign_repeat_masker $1

else
refPath=$(readlink -f $1)
Expand Down

0 comments on commit c3ced70

Please sign in to comment.