Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
root 5404e09047 first commit pirms 5 mēnešiem
..
cram first commit pirms 5 mēnešiem
htscodecs/htscodecs first commit pirms 5 mēnešiem
htslib first commit pirms 5 mēnešiem
m4 first commit pirms 5 mēnešiem
os first commit pirms 5 mēnešiem
LICENSE first commit pirms 5 mēnešiem
Makefile first commit pirms 5 mēnešiem
README first commit pirms 5 mēnešiem
bcf_sr_sort.c first commit pirms 5 mēnešiem
bcf_sr_sort.h first commit pirms 5 mēnešiem
bgzf.c first commit pirms 5 mēnešiem
builddir_vars.mk.in first commit pirms 5 mēnešiem
config.guess first commit pirms 5 mēnešiem
config.h first commit pirms 5 mēnešiem
config.h.in first commit pirms 5 mēnešiem
config.mk.in first commit pirms 5 mēnešiem
config.sub first commit pirms 5 mēnešiem
configure first commit pirms 5 mēnešiem
configure.ac first commit pirms 5 mēnešiem
errmod.c first commit pirms 5 mēnešiem
faidx.c first commit pirms 5 mēnešiem
fuzz_settings.h first commit pirms 5 mēnešiem
header.c first commit pirms 5 mēnešiem
header.h first commit pirms 5 mēnešiem
hfile.c first commit pirms 5 mēnešiem
hfile_gcs.c first commit pirms 5 mēnešiem
hfile_internal.h first commit pirms 5 mēnešiem
hfile_libcurl.c first commit pirms 5 mēnešiem
hfile_s3.c first commit pirms 5 mēnešiem
hfile_s3_write.c first commit pirms 5 mēnešiem
hts.c first commit pirms 5 mēnešiem
hts_expr.c first commit pirms 5 mēnešiem
hts_internal.h first commit pirms 5 mēnešiem
hts_os.c first commit pirms 5 mēnešiem
hts_time_funcs.h first commit pirms 5 mēnešiem
htscodecs_bundled.mk first commit pirms 5 mēnešiem
htscodecs_external.mk first commit pirms 5 mēnešiem
htslib.mk first commit pirms 5 mēnešiem
htslib.pc.in first commit pirms 5 mēnešiem
htslib_vars.mk first commit pirms 5 mēnešiem
kfunc.c first commit pirms 5 mēnešiem
kstring.c first commit pirms 5 mēnešiem
md5.c first commit pirms 5 mēnešiem
multipart.c first commit pirms 5 mēnešiem
plugin.c first commit pirms 5 mēnešiem
probaln.c first commit pirms 5 mēnešiem
realn.c first commit pirms 5 mēnešiem
regidx.c first commit pirms 5 mēnešiem
region.c first commit pirms 5 mēnešiem
sam.c first commit pirms 5 mēnešiem
sam_internal.h first commit pirms 5 mēnešiem
sam_mods.c first commit pirms 5 mēnešiem
simd.c first commit pirms 5 mēnešiem
synced_bcf_reader.c first commit pirms 5 mēnešiem
tbx.c first commit pirms 5 mēnešiem
textutils.c first commit pirms 5 mēnešiem
textutils_internal.h first commit pirms 5 mēnešiem
thread_pool.c first commit pirms 5 mēnešiem
thread_pool_internal.h first commit pirms 5 mēnešiem
vcf.c first commit pirms 5 mēnešiem
vcf_sweep.c first commit pirms 5 mēnešiem
vcfutils.c first commit pirms 5 mēnešiem
version.sh first commit pirms 5 mēnešiem

README

HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
data. It is the core library used by samtools and bcftools.

See INSTALL for building and installation instructions.

Please cite this paper when using HTSlib for your publications:

HTSlib: C library for reading/writing high-throughput sequencing data
James K Bonfield, John Marshall, Petr Danecek, Heng Li, Valeriu Ohan, Andrew Whitwham, Thomas Keane, Robert M Davies
GigaScience, Volume 10, Issue 2, February 2021, giab007, https://doi.org/10.1093/gigascience/giab007

@article{10.1093/gigascience/giab007,
author = {Bonfield, James K and Marshall, John and Danecek, Petr and Li, Heng and Ohan, Valeriu and Whitwham, Andrew and Keane, Thomas and Davies, Robert M},
title = "{HTSlib: C library for reading/writing high-throughput sequencing data}",
journal = {GigaScience},
volume = {10},
number = {2},
year = {2021},
month = {02},
abstract = "{Since the original publication of the VCF and SAM formats, an explosion of software tools have been created to process these data files. To facilitate this a library was produced out of the original SAMtools implementation, with a focus on performance and robustness. The file formats themselves have become international standards under the jurisdiction of the Global Alliance for Genomics and Health.We present a software library for providing programmatic access to sequencing alignment and variant formats. It was born out of the widely used SAMtools and BCFtools applications. Considerable improvements have been made to the original code plus many new features including newer access protocols, the addition of the CRAM file format, better indexing and iterators, and better use of threading.Since the original Samtools release, performance has been considerably improved, with a BAM read-write loop running 5 times faster and BAM to SAM conversion 13 times faster (both using 16 threads, compared to Samtools 0.1.19). Widespread adoption has seen HTSlib downloaded \\>1 million times from GitHub and conda. The C library has been used directly by an estimated 900 GitHub projects and has been incorporated into Perl, Python, Rust, and R, significantly expanding the number of uses via other languages. HTSlib is open source and is freely available from htslib.org under MIT/BSD license.}",
issn = {2047-217X},
doi = {10.1093/gigascience/giab007},
url = {https://doi.org/10.1093/gigascience/giab007},
note = {giab007},
eprint = {https://academic.oup.com/gigascience/article-pdf/10/2/giab007/36332285/giab007.pdf},
}