biopython 1.55
Python tools for computational molecular biology
Packager: Serdar Dalgıç
License: GPLv2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2010-11-08 | 1.55 | Serdar Dalgıç | Version bump with many enhancements and bug fixes. |
3 | 2010-07-13 | 1.54 | Serdar Dalgıç | Version bump: some changes to the new Bio.Phylo module, more documentation, and a number of smaller bug fixes. |
2 | 2010-04-05 | 1.54_beta1 | Serdar Dalgıç | Version bump to 1.54_beta: * New module Bio.Phylo includes support for reading, writing and working with phylogenetic trees from Newick, Nexus and phyloXML files. * Bio.Entrez includes some more DTD files, in particular eLink_090910.dtd, needed for our NCBI Entrez Utilities XML parser. * The parse, read and write functions in Bio.SeqIO and Bio.AlignIO will now accept filenames as well as handles. This follows a general shift from from other Python libraries, and does make usage a little simpler. Also the write functions will now accept a single SeqRecord or alignment. * Bio.SeqIO now supports writing EMBL files (DNA and RNA sequences only). * The dictionary-like objects from Bio.SeqIO.index() now support a get_raw method for most file formats, giving you the original unparsed data from the file as a string. * Bio.SeqIO now supports reading, indexing and writing Standard Flowgram Format (SFF) files which are used by 454 Life Sciences (Roche) sequencers. This means you can use SeqIO to convert from SFF to FASTQ, FASTA and QUAL (as trimmed or untrimmed reads). * An improved multiple sequence alignment object has been introduced, and is used by Bio.AlignIO for input. |
1 | 2010-01-12 | 1.53 | Serdar Dalgıç | First release. |