Skip to content

Commit 2d9caf5

Browse files
author
Jan Ludwiczak
committed
Update neural network weights
1 parent 7a2fe9a commit 2d9caf5

File tree

10 files changed

+6
-3
lines changed

10 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install -r requirements.txt
2020
- name: Set environment
2121
run: |
22-
echo "::set-env name=PYTHONPATH::/home/runner/work/DeepCoil/DeepCoil"
22+
echo "PYTHONPATH=/home/runner/work/DeepCoil/DeepCoil" >> $GITHUB_ENV
2323
- name: Test with pytest
2424
run: |
2525
pytest -v

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### v2.0.1
4+
- Updated DC2 neural network weights.
5+
36
### v2.0
47
- Retrained with the updated dataset based on *[SamCC-Turbo](https://github.com/labstructbioinf/samcc_turbo)* labels.
58
- Faster inference time by applying *[SeqVec](https://github.com/rostlab/SeqVec)* embeddings instead of *psiblast* profiles.

deepcoil/models/seq.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

deepcoil/weights/seq_1.h5

14.9 MB
Binary file not shown.

deepcoil/weights/seq_2.h5

14.9 MB
Binary file not shown.

deepcoil/weights/seq_3.h5

14.9 MB
Binary file not shown.

deepcoil/weights/seq_4.h5

14.9 MB
Binary file not shown.

deepcoil/weights/seq_5.h5

14.9 MB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
VERSION = '2.0'
6+
VERSION = '2.0.1'
77
with open('requirements.txt') as f:
88
install_reqs = f.read().splitlines()
99

tests/data/test_seq_ref.hdf5

-112 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)