1
1
atomium
2
2
=======
3
3
4
- |travis | |coveralls | |pypi | |version | |commit |
4
+ |travis | |coveralls | |pypi | |version | |commit | | downloads |
5
5
6
- .. |travis | image :: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.5
6
+ .. |travis | image :: https://api.travis-ci.org/samirelanduk/atomium.svg?branch=1.0.6
7
7
:target: https://travis-ci.org/samirelanduk/atomium/
8
8
9
- .. |coveralls | image :: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.5
9
+ .. |coveralls | image :: https://coveralls.io/repos/github/samirelanduk/atomium/badge.svg?branch=1.0.6
10
10
:target: https://coveralls.io/github/samirelanduk/atomium/
11
11
12
12
.. |pypi | image :: https://img.shields.io/pypi/pyversions/atomium.svg
@@ -15,8 +15,11 @@ atomium
15
15
.. |version | image :: https://img.shields.io/pypi/v/atomium.svg
16
16
:target: https://pypi.org/project/atomium/
17
17
18
- .. |commit | image :: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.5.svg
19
- :target: https://github.com/samirelanduk/atomium/tree/1.0.5/
18
+ .. |commit | image :: https://img.shields.io/github/last-commit/samirelanduk/atomium/1.0.6.svg
19
+ :target: https://github.com/samirelanduk/atomium/tree/1.0.6/
20
+
21
+ .. |downloads | image :: https://img.shields.io/pypi/dm/atomium.svg
22
+ :target: https://pypi.org/project/atomium/
20
23
21
24
22
25
atomium is a molecular modeller and file parser, capable of reading from and
@@ -114,8 +117,8 @@ data from an existing file...
114
117
>>> pdb1 = atomium.open(' ../1LOL.pdb' )
115
118
>>> mmtf1 = atomium.open(' /structures/glucose.mmtf' )
116
119
>>> cif1 = atomium.open(' /structures/1XDA.cif' )
120
+ >>> pdb3 = atomium.open(' ./5CPA.pdb.gz' )
117
121
>>> pdb2 = atomium.fetch(' 5XME.pdb' )
118
- >>> pdb3 = atomium.fetch(' 5CPA.pdb.gz' )
119
122
>>> cif2 = atomium.fetch(' 5XME' )
120
123
121
124
In that latter case, you don't need the file to be saved locally - it will just
@@ -385,6 +388,13 @@ results.
385
388
Changelog
386
389
---------
387
390
391
+ Release 1.0.6
392
+ ~~~~~~~~~~~~~
393
+
394
+ `8 September 2020 `
395
+
396
+ * Added handling of new branched entities in MMCIF/MMTF.
397
+
388
398
Release 1.0.5
389
399
~~~~~~~~~~~~~
390
400
0 commit comments