|
44 | 44 | Repository: \url{https://github.com/biopython/biopython} \\
|
45 | 45 | License: Biopython License Agreement (MIT style, see \url{http://www.biopython.org/DIST/LICENSE}) \\
|
46 | 46 |
|
47 |
| -The Biopython project is a long-running distributed collaborative effort, |
48 |
| -supported by the Open Bioinformatics Foundation, which develops a freely |
49 |
| -available Python library for biological computation \cite{AppNote}. |
| 47 | +The Biopython Project is a long-running distributed collaborative effort, supported by the Open Bioinformatics Foundation, which develops a freely available Python library for biological computation \cite{AppNote}. |
50 | 48 |
|
51 |
| -We present here details of the recent Biopython release - version 1.65. New |
52 |
| -features include: extended Bio.KEGG and Bio.Graphics modules to support the |
53 |
| -KEGG REST API, as well as parsing, representing, and drawing KGML pathways; |
54 |
| -inclusion of the new NCBI genetic code table 24 (Pterobranchia Mitochondrial) |
55 |
| -and corresponding translation functionality in Bio.Data; improvements to |
56 |
| -Bio.SeqIO (parse and index\_db methods) and Bio.SearchIO (hit retrieval using alternative IDs); |
57 |
| -and a rewritten Bio.SeqUtils.MeltingTemp with additional methods to calculate oligonucletide |
58 |
| -melting temperatures. |
59 |
| -Additionally, we continued our efforts to abide by the PEP8 coding style guidelines, |
60 |
| -namely using lower case module names in new experimental modules. |
| 49 | +We present here details of the latest Biopython release - version 1.65. New features include: extended Bio.KEGG and Bio.Graphics modules to support the KEGG REST API, as well as parsing, representing, and drawing KGML pathways; inclusion of the new NCBI genetic code table 24 (Pterobranchia Mitochondrial) and corresponding translation functionality in Bio.Data; improvements to Bio.SeqIO (parse and index\_db methods) and Bio.SearchIO (hit retrieval using alternative IDs); and a rewritten Bio.SeqUtils.MeltingTemp with additional methods to calculate oligonucleotide melting temperatures. Additionally, we continued our efforts to abide by the PEP8 coding style guidelines, namely using lowercase module names in new experimental modules. |
61 | 50 |
|
62 |
| -We are currently preparing a new release - version 1.66 - that will contain |
63 |
| -further work on the Bio.KEGG and Bio.Graphics modules (support for transparency |
64 |
| -in KGML pathways), extended support for the \"abi\" format in Bio.SeqIO, |
65 |
| -miscellaneous improvements to the test suite, and further adherence to PEP8. In addition, |
66 |
| -our participation in Google Summer of Code 2014 had Evan Parker adding lazy-parsing support for |
67 |
| -Bio.SeqIO. The additions are currently under review and expected to be integrated soon. |
| 51 | +We are currently preparing a new release - version 1.66 - that will feature additional improvements to the Bio.KEGG and Bio.Graphics modules (support for transparency in KGML pathways), extended support for the ``abi'' format in Bio.SeqIO, miscellaneous improvements to the test suite, and further adherence to PEP8. In addition, our participation in Google Summer of Code 2014 had Evan Parker adding lazy-parsing support for Bio.SeqIO. The additions are currently under review and should soon be integrated. |
68 | 52 |
|
69 |
| -Finally, complementary to these developments, we created a new repository for Docker |
70 |
| -containers. The included containers support both Python versions 2 |
71 |
| -\& 3 and install all of Biopython's dependencies. They are therefore useful for |
72 |
| -development, but also for teaching due to the inclusion of IPython Notebooks. |
| 53 | +Finally, complementary to these developments, we created a new repository for Docker containers. The included containers support both Python versions 2 \& 3 and install all of Biopython's dependencies. They are, therefore, useful for development, but also for teaching due to the inclusion of IPython Notebooks. |
73 | 54 |
|
74 | 55 | \begin{thebibliography}{}
|
75 | 56 |
|
|
0 commit comments