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
@@ -127,6 +134,7 @@ If you want to sample conformations for a particular peptide sequence, you need
127
134
We provide a script that uses [AmberTools](https://ambermd.org/AmberTools.php), specifically `tleap`. If you have a `.pdb` file already, then you can skip this step.
128
135
129
136
#### Generate `.pdb` file
137
+
130
138
First, install AmberTools23 following [instructions here](https://ambermd.org/GetAmber.php#ambertools):
colorama==0.4.6 ; platform_system=='Windows' and sys_platform != 'darwin' and sys_platform != 'linux'
20
+
colorama==0.4.6 ; platform_system=='Windows'
21
21
contourpy==1.3.1
22
22
cycler==0.12.1
23
23
docker-pycreds==0.4.0
@@ -36,6 +36,7 @@ jmespath==1.0.1
36
36
kiwisolver==1.4.7
37
37
lightning==2.4.0
38
38
lightning-utilities==0.11.9
39
+
lovelyplots==1.0.2
39
40
markupsafe==3.0.2
40
41
matplotlib==3.10.0
41
42
mdtraj==1.10.2
@@ -45,18 +46,18 @@ netcdf4==1.7.2
45
46
networkx==3.4.2
46
47
ninja==1.11.1.3
47
48
numpy==1.23.4
48
-
nvidia-cublas-cu12==12.4.5.8 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
49
-
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
50
-
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
51
-
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
52
-
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
53
-
nvidia-cufft-cu12==11.2.1.3 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
54
-
nvidia-curand-cu12==10.3.5.147 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
55
-
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
56
-
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
57
-
nvidia-nccl-cu12==2.21.5 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
58
-
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
59
-
nvidia-nvtx-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
49
+
nvidia-cublas-cu12==12.4.5.8 ; platform_machine=='x86_64' and platform_system == 'Linux'
50
+
nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux'
51
+
nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux'
52
+
nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux'
53
+
nvidia-cudnn-cu12==9.1.0.70 ; platform_machine=='x86_64' and platform_system == 'Linux'
54
+
nvidia-cufft-cu12==11.2.1.3 ; platform_machine=='x86_64' and platform_system == 'Linux'
55
+
nvidia-curand-cu12==10.3.5.147 ; platform_machine=='x86_64' and platform_system == 'Linux'
56
+
nvidia-cusolver-cu12==11.6.1.9 ; platform_machine=='x86_64' and platform_system == 'Linux'
57
+
nvidia-cusparse-cu12==12.3.1.170 ; platform_machine=='x86_64' and platform_system == 'Linux'
58
+
nvidia-nccl-cu12==2.21.5 ; platform_machine=='x86_64' and platform_system == 'Linux'
59
+
nvidia-nvjitlink-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux'
60
+
nvidia-nvtx-cu12==12.4.127 ; platform_machine=='x86_64' and platform_system == 'Linux'
60
61
omegaconf==2.3.0
61
62
opt-einsum==3.4.0
62
63
opt-einsum-fx==0.1.4
@@ -93,15 +94,15 @@ smmap==5.0.1
93
94
sympy==1.13.1
94
95
tenacity==9.0.0
95
96
torch==2.5.1
96
-
torch-cluster==1.6.3 ; (python_full_version >= '3.13' and sys_platform == 'darwin') or (python_full_version >= '3.13' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')
97
+
torch-cluster==1.6.3 ; (sys_platform != 'darwin' and sys_platform != 'linux') or python_full_version >= '3.13'
97
98
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_cluster-1.6.3-cp310-cp310-macosx_10_9_universal2.whl ; python_full_version<'3.11' and sys_platform == 'darwin'
98
99
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_cluster-1.6.3-cp311-cp311-macosx_10_9_universal2.whl ; python_full_version=='3.11.*' and sys_platform == 'darwin'
99
100
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_cluster-1.6.3-cp312-cp312-macosx_10_13_universal2.whl ; python_full_version=='3.12.*' and sys_platform == 'darwin'
100
101
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcu121/torch_cluster-1.6.3%2Bpt25cu121-cp310-cp310-linux_x86_64.whl ; python_full_version<'3.11' and sys_platform == 'linux'
101
102
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcu121/torch_cluster-1.6.3%2Bpt25cu121-cp311-cp311-linux_x86_64.whl ; python_full_version=='3.11.*' and sys_platform == 'linux'
102
103
torch-cluster @ https://data.pyg.org/whl/torch-2.5.0%2Bcu121/torch_cluster-1.6.3%2Bpt25cu121-cp312-cp312-linux_x86_64.whl ; python_full_version=='3.12.*' and sys_platform == 'linux'
103
104
torch-geometric==2.6.1
104
-
torch-scatter==2.1.2 ; (python_full_version >= '3.13' and sys_platform == 'darwin') or (python_full_version >= '3.13' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')
105
+
torch-scatter==2.1.2 ; (sys_platform != 'darwin' and sys_platform != 'linux') or python_full_version >= '3.13'
105
106
torch-scatter @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_scatter-2.1.2-cp310-cp310-macosx_10_9_universal2.whl ; python_full_version<'3.11' and sys_platform == 'darwin'
106
107
torch-scatter @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_scatter-2.1.2-cp311-cp311-macosx_10_9_universal2.whl ; python_full_version=='3.11.*' and sys_platform == 'darwin'
107
108
torch-scatter @ https://data.pyg.org/whl/torch-2.5.0%2Bcpu/torch_scatter-2.1.2-cp312-cp312-macosx_10_13_universal2.whl ; python_full_version=='3.12.*' and sys_platform == 'darwin'
triton==3.1.0 ; python_full_version<'3.13' and platform_machine == 'x86_64' and platform_system == 'Linux' and sys_platform != 'darwin' and sys_platform != 'win32'
115
+
triton==3.1.0 ; python_full_version<'3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
0 commit comments