We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe5375 commit 735919cCopy full SHA for 735919c
.github/workflows/CI.yml
@@ -71,3 +71,5 @@ jobs:
71
run: cgdms energy -i cgdms/protein_data/example/1CRN.txt
72
- name: Test thread
73
run: cgdms thread -i cgdms/protein_data/example/1CRN.txt -s cgdms/protein_data/example/seqs.txt -m 50
74
+ - name: Test design
75
+ run: cgdms design -i cgdms/protein_data/example/1CRN.txt -n 5 -m 50
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="cgdms",
8
- version="0.1.2",
+ version="1.0",
9
author="Joe G Greener",
10
author_email="[email protected]",
11
description="Differentiable molecular simulation of proteins with a coarse-grained potential",
0 commit comments