mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.4 KiB
Tcl
39 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
github.setup samtools bcftools 1.23.1
|
|
revision 0
|
|
checksums rmd160 59394b5c8a33bb787d5c6442da891ce93a567fbb \
|
|
sha256 01899a46f9420cdc1385d52fcfc84cce2806f9c996b787081a90d7dfc85eafa3 \
|
|
size 8188217
|
|
|
|
categories science
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
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.
|
|
|
|
homepage https://www.htslib.org
|
|
github.tarball_from releases
|
|
use_bzip2 yes
|
|
|
|
depends_lib port:htslib \
|
|
port:zlib
|
|
|
|
configure.args --with-htslib=system
|
|
|
|
post-destroot {
|
|
xinstall -d ${destroot}${prefix}/share/doc/${name}
|
|
xinstall -m 0644 -W ${worksrcpath} \
|
|
AUTHORS LICENSE README \
|
|
${destroot}${prefix}/share/doc/${name}
|
|
}
|