Skip to content

Commit

Permalink
support for bedtools existing somewhere other than PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Mar 30, 2012
1 parent 64ed292 commit 65ceb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeBashScripts.py
Expand Up @@ -53,7 +53,7 @@ def main():

script = open('bin/' + old, 'w')
script.write("#!/bin/sh\n")
script.write("bedtools " + new + " \"$@\"\n")
script.write("${0%/*}/bedtools " + new + " \"$@\"\n")
script.close()

if __name__ == "__main__":
Expand Down

0 comments on commit 65ceb1f

Please sign in to comment.