diff options
author | Rob van Nues <rvnues at tesco {dot} net> | 2017-09-10 12:05:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:15:00 +0700 |
commit | 6b9af1ae138ce226ad2a58869330cb5ca437ea92 (patch) | |
tree | 1c949b0c50c6608d1dacdd8217d6d1a1675c2ac9 /academic/pysam/README | |
parent | 4d2baae773503a795b124331c9b813144fcbc277 (diff) | |
download | slackbuilds-6b9af1ae138ce226ad2a58869330cb5ca437ea92.tar.gz |
academic/pysam: Added (read/write genomic data sets).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/pysam/README')
-rw-r--r-- | academic/pysam/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/pysam/README b/academic/pysam/README new file mode 100644 index 0000000000..605936f076 --- /dev/null +++ b/academic/pysam/README @@ -0,0 +1,7 @@ +Pysam is a python module for reading and manipulating files in the +SAM/BAM format. The SAM/BAM format is a way to store efficiently large +numbers of alignments (`Li 2009`_), such as those routinely created by +next-generation sequencing methods. + +Pysam is a lightweight wrapper of the samtools_ C-API. Pysam also +includes an interface for tabix_. |