Skip to content

Commit

Permalink
#480 clarified VIRUSBreakend gridsstools error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cameron committed Mar 30, 2021
1 parent c9debe8 commit 53bf221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/virusbreakend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ if which gridsstools > /dev/null ; then
write_status "Instructions are available at http://github.com/PapenfussLab/gridss/"
fi
else
write_status "MISSING gridsstools. Execution will take 2-3x time longer than when using gridsstools."
write_status "MISSING gridsstools."
#if [[ "$force" != "true" ]] ; then
# write_status "If you really want to continue without gridsstools use --force"
exit $EX_CONFIG
Expand Down

0 comments on commit 53bf221

Please sign in to comment.