Skip to content
Snippets Groups Projects
Commit b733ce1e authored by 健美猫's avatar 健美猫 Committed by Adam J. Stewart
Browse files

bcftools is a AutotoolsPackage. (#6881)

parent 77a29f09
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
from spack import * from spack import *
class Bcftools(Package): class Bcftools(AutotoolsPackage):
"""BCFtools is a set of utilities that manipulate variant calls in the """BCFtools is a set of utilities that manipulate variant calls in the
Variant Call Format (VCF) and its binary counterpart BCF. All Variant Call Format (VCF) and its binary counterpart BCF. All
commands work transparently with both VCFs and BCFs, both commands work transparently with both VCFs and BCFs, both
...@@ -43,7 +43,3 @@ class Bcftools(Package): ...@@ -43,7 +43,3 @@ class Bcftools(Package):
depends_on('htslib@1.4', when='@1.4') depends_on('htslib@1.4', when='@1.4')
depends_on('htslib@1.3.1', when='@1.3.1') depends_on('htslib@1.3.1', when='@1.3.1')
depends_on('htslib@1.2', when='@1.2') depends_on('htslib@1.2', when='@1.2')
def install(self, spec, prefix):
make("prefix=%s" % prefix, "all")
make("prefix=%s" % prefix, "install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment