mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f5af0f0e92
Port changes: * Remove stripping: done by the project now * Update WWW Reported by: portscout
11 lines
521 B
Plaintext
11 lines
521 B
Plaintext
pysam is a lightweight wrapper of the htslib C-API and provides facilities to
|
|
read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files as well as access
|
|
to the command line functionality of the samtools and bcftools packages. The
|
|
module supports compression and random access through indexing.
|
|
|
|
This module provides a low-level wrapper around the htslib C-API as using
|
|
cython and a high-level API for convenient access to the data within standard
|
|
genomic file formats.
|
|
|
|
WWW: https://github.com/pysam-developers/pysam
|