samtools

Tools (written in C using htslib) for manipulating next-generation sequencing data

Github星跟踪图

samtools

Build Status
Build status
Github All Releases

This is the official development repository for samtools.

The original samtools package has been split into three separate
but tightly coordinated projects:

  • htslib: C-library for handling high-throughput sequencing data
  • samtools: mpileup and other tools for handling SAM, BAM, CRAM
  • bcftools: calling and other tools for handling VCF, BCF

See also http://github.com/samtools/

Building Samtools

See INSTALL for complete details.
Release tarballs contain generated files that have not been
committed to this repository, so building the code from a Git repository
requires extra steps:

autoheader            # Build config.h.in (this may generate a warning about
                      # AC_CONFIG_SUBDIRS - please ignore it).
autoconf -Wno-syntax  # Generate the configure script
./configure           # Needed for choosing optional functionality
make
make install

By default, this will build against an HTSlib source tree in ../htslib.
You can alter this to a source tree elsewhere or to a previously-installed
HTSlib by configuring with --with-htslib=DIR.

主要指标

概览
名称与所有者Freeyourgadget/Gadgetbridge
主编程语言Java
编程语言Shell (语言数: 5)
平台
许可证GNU Affero General Public License v3.0
所有者活动
创建于2015-01-05 23:19:03
推送于2024-12-23 17:24:07
最后一次提交2024-12-22 18:04:41
发布数233
最新版本名称0.83.0 (发布于 )
第一版名称0.1.0 (发布于 )
用户参与
星数4.4k
关注者数202
派生数657
提交数12.6k
已启用问题?
问题数0
打开的问题数0
拉请求数236
打开的拉请求数23
关闭的拉请求数121
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?