Skip to content

Commit

Permalink
Merge pull request #64 from jerryaswell/master
Browse files Browse the repository at this point in the history
change into the examples directory before building examples
  • Loading branch information
gecrooks committed Feb 10, 2017
2 parents f309a50 + 449fb62 commit b934719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion weblogolib/htdocs/examples/build_examples.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

cd "$(dirname "${BASH_SOURCE[0]}")"

echo -n '.'
../../../weblogo --format PNG --size large \
-i -5 -l 1 -u 20 \
Expand Down Expand Up @@ -63,4 +65,4 @@ echo -n '.'
> intron-exon.png || exit

echo


0 comments on commit b934719

Please sign in to comment.