Skip to content

Commit

Permalink
update docstring in setup.py for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Nov 9, 2015
1 parent dd316e8 commit 4218671
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
#!/usr/bin/python
'''
#! /usr/bin/python

'''The SAM/BAM/CRAM format is a way to store efficiently large numbers
of alignments, such as those routinely are created by next-generation
sequencing methods.
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 in
SAM/BAM formatted files. Also included is an interface to the samtools
command line utilities and the tabix C-API for reading compressed and
indexed tabular data.
The current version wraps htslib-1.2.1 and samtools-1.2.
pysam
*****
See:
http://www.htslib.org
https://github.com/pysam-developers/pysam
http://pysam.readthedocs.org/en/stable
'''

Expand Down

0 comments on commit 4218671

Please sign in to comment.