You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ ProteStAr should be downloaded from [https://github.com/refresh-bio/protestar](h
51
51
Support for MacOS and well as ARM-based CPUs will be added soon.
52
52
53
53
## Version history
54
+
* 1.1.0 (8 May 2024)
55
+
* Support of ANISOU, SIGATM, and SIGUIJ sections in PDB files.
56
+
* Some fixes in the PDB and CIF output formatting.
57
+
* Support of MacOS (M1 and x64 architectures).
54
58
* 1.0.0 (8 December 2023)
55
59
**pyprotestar* Python package added,
56
60
* fixed incorrect alignment of ATOM column in some PDB files.
@@ -124,7 +128,7 @@ THe C++ API is provided in `src/lib-cxx/protestar-api.h` file.
124
128
You can also take a look at `src/example_api` to see the API in use.
125
129
126
130
### Python package
127
-
ProteStAr archives can be accessed through *pyprotestar* Python package. The package is built automatically together with ProteStAr binaries but can be also compiled separately:
131
+
ProteStAr archives can be accessed through *pyprotestar* Python package. The package has to be compiled separately:
128
132
```
129
133
make -j pyprotestar
130
134
```
@@ -151,8 +155,7 @@ The data in apsd-data were selected from [AlphaFold Protein Structure Database](
151
155
* The subset of ESM Atlas used in the experiments can be downloaded from [ESM subset](https://polslpl-my.sharepoint.com/:u:/g/personal/sdeorowicz_polsl_pl/EZlvCxYITEhNuXJeorf5vggBQlwCuBiEu6vzoUmEutAtoA?e=fYI6an) (1.6 GB file).
152
156
153
157
## Known issues and limitations
154
-
* After the decompression of CIF and PDB files, the formating of the tables may be a bit different than the original one. The contents is, however, the same. This will be fixed in one of the future releases.
155
-
* In atom tables (CIF, PDB) we support only ATOM and HETATM sections. Thus other lines, like ANISOU, SIGUIJ will be skipper. This will be fixed in one on the future releases.
158
+
* After decompression of CIF files, the formating of tables may be a bit different than the original one. The contents is, however, the same.
0 commit comments