Skip to content

Commit

Permalink
Check for combined bedtools binary
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed May 2, 2012
1 parent f469f05 commit 36bb888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbio/custom/bio_nextgen.py
Expand Up @@ -248,7 +248,7 @@ def install_fastqc(env):
env.safe_sudo("ln -s %s/%s %s/bin/%s" % (install_dir, executable,
env.system_install, executable))

@_if_not_installed("intersectBed")
@_if_not_installed("bedtools")
def install_bedtools(env):
repository = "git clone git://github.com/arq5x/bedtools.git"
_get_install(repository, env, _make_copy("ls -1 bin/*"))
Expand Down

0 comments on commit 36bb888

Please sign in to comment.