2015-03-03 05:26:41 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
|
2026-04-23 15:10:05 -05:00
|
|
|
github.setup samtools bcftools 1.23.1
|
2019-12-11 23:47:10 -05:00
|
|
|
revision 0
|
2026-04-23 15:10:05 -05:00
|
|
|
checksums rmd160 59394b5c8a33bb787d5c6442da891ce93a567fbb \
|
|
|
|
|
sha256 01899a46f9420cdc1385d52fcfc84cce2806f9c996b787081a90d7dfc85eafa3 \
|
|
|
|
|
size 8188217
|
2019-12-11 23:47:10 -05:00
|
|
|
|
2015-03-03 05:26:41 +00:00
|
|
|
categories science
|
2017-03-29 21:32:13 -05:00
|
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
2015-03-03 05:26:41 +00:00
|
|
|
license {MIT GPL-3}
|
|
|
|
|
|
|
|
|
|
description utilities for variant calling and manipulating VCF and \
|
|
|
|
|
BCF files
|
|
|
|
|
|
|
|
|
|
long_description BCFtools implements utilities for variant calling (in \
|
|
|
|
|
conjunction with SAMtools) and manipulating VCF and \
|
|
|
|
|
BCF files. The program is intended to replace the \
|
|
|
|
|
Perl-based tools from vcftools.
|
|
|
|
|
|
2020-09-27 06:37:02 -05:00
|
|
|
homepage https://www.htslib.org
|
2015-03-03 05:26:41 +00:00
|
|
|
github.tarball_from releases
|
|
|
|
|
use_bzip2 yes
|
|
|
|
|
|
2020-09-27 06:37:02 -05:00
|
|
|
depends_lib port:htslib \
|
2017-03-29 21:32:13 -05:00
|
|
|
port:zlib
|
2015-03-03 05:26:41 +00:00
|
|
|
|
2020-09-27 06:37:02 -05:00
|
|
|
configure.args --with-htslib=system
|
2015-03-03 05:26:41 +00:00
|
|
|
|
|
|
|
|
post-destroot {
|
|
|
|
|
xinstall -d ${destroot}${prefix}/share/doc/${name}
|
2019-12-11 23:47:10 -05:00
|
|
|
xinstall -m 0644 -W ${worksrcpath} \
|
2015-03-03 05:26:41 +00:00
|
|
|
AUTHORS LICENSE README \
|
|
|
|
|
${destroot}${prefix}/share/doc/${name}
|
|
|
|
|
}
|