Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slzarate committed Jun 26, 2018
1 parent bde8dab commit edfa7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parliament2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi
# BREAKSEQ2
if [[ "$run_breakseq" == "True" ]]; then
echo "BreakSeq"
source /breakseq2/bin/activate
source "/breakseq2/bin/activate"
bplib="/breakseq2_bplib_20150129/breakseq2_bplib_20150129.gff"
work="breakseq2"
timeout 6h ./breakseq2-2.2/scripts/run_breakseq2.py --reference ref.fa \
Expand Down

0 comments on commit edfa7fd

Please sign in to comment.