Skip to content

Commit

Permalink
added text about cbcf.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Feb 15, 2015
1 parent 7faaa3a commit c6359fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 6 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
List of contributors:

Andreas Heger, Tildon Grant Belgard, Kevin B. Jacobs, Florian
Finkernagel, Leo Goodstadt, Martin Goodson all contributed code
to pysam.
Andreas Heger, Tildon Grant Belgard, Florian Finkernagel, Leo
Goodstadt, Martin Goodson all contributed code to pysam.

Gerton Lunter provided a VCF parser.
Kevin B. Jacobs implemented a Cython wrapper for the VCF/BCF
reader/writer in htslib.

Gerton Lunter provided a validating VCF parser.

Marcel Martin implemented python 3 compatibility.
Ben Schiller contributed a Windows compatible clone.
Expand Down
5 changes: 5 additions & 0 deletions doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Release 0.8.2
* tags is deprecated, use get_tags() and set_tags() instead.
* FastqFile is now FastxFile to reflect that the latter permits
iteration over both fastq- and fasta-formatted files.
* A Cython wrapper for htslib VCF/BCF reader/writer. The wrapper
provides a nearly complete Pythonic interface to VCF/BCF metadata
with reading and writing capability. However, the interface is still
incomplete and preliminary and lacks capability to mutate the
resulting data.

Release 0.8.1
=============
Expand Down

0 comments on commit c6359fe

Please sign in to comment.