File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 68
68
" os.system(f\" aria2c -q -x 16 https://colabfold.steineggerlab.workers.dev/esm/{model_name} &\" )\n " ,
69
69
" \n " ,
70
70
" if not os.path.isfile(\" finished_install\" ):\n " ,
71
- " print(\" installing esmfold...\" )\n " ,
72
71
" # install libs\n " ,
73
- " os.system(\" pip install -q omegaconf \\\" pytorch_lightning<2\\\" \\\" torch<2\\\" biopython ml_collections einops py3Dmol\" )\n " ,
72
+ " print(\" installing libs...\" )\n " ,
73
+ " os.system(\" pip install -q omegaconf pytorch_lightning biopython ml_collections einops py3Dmol modelcif\" )\n " ,
74
74
" os.system(\" pip install -q git+https://github.com/NVIDIA/dllogger.git\" )\n " ,
75
75
" \n " ,
76
+ " print(\" installing openfold...\" )\n " ,
76
77
" # install openfold\n " ,
77
- " commit = \" 6908936b68ae89f67755240e2f588c09ec31d4c8\"\n " ,
78
- " os.system(f\" pip install -q git+https://github.com/aqlaboratory/openfold.git@{commit}\" )\n " ,
78
+ " os.system(f\" pip install -q git+https://github.com/sokrypton/openfold.git\" )\n " ,
79
79
" \n " ,
80
+ " print(\" installing esmfold...\" )\n " ,
80
81
" # install esmfold\n " ,
81
82
" os.system(f\" pip install -q git+https://github.com/sokrypton/esm.git\" )\n " ,
82
83
" os.system(\" touch finished_install\" )\n " ,
341
342
"outputs" : []
342
343
}
343
344
]
344
- }
345
+ }
You can’t perform that action at this time.
0 commit comments