首页 > 其他 > 详细

pip安装pysam

时间:2020-08-28 12:04:11      阅读:290      评论:0      收藏:0      [点我收藏+]

pysam - a python module for reading, manipulating and writing genomic data sets.

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.

See:

http://www.htslib.org

https://github.com/pysam-developers/pysam

http://pysam.readthedocs.org/en/stable

 


pip install pysam

pip install pysam==0.9.1
pip install https://github.com/pysam-developers/pysam/archive/master.zip
conda install -c bioconda pysam

REF

https://pypi.org/project/pysam/

https://github.com/pysam-developers/pysam

 

pip安装pysam

原文:https://www.cnblogs.com/emanlee/p/13576349.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!