diff --git a/cloudbio/custom/bio_nextgen.py b/cloudbio/custom/bio_nextgen.py index d980f353a..fee5efb63 100644 --- a/cloudbio/custom/bio_nextgen.py +++ b/cloudbio/custom/bio_nextgen.py @@ -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/*"))