"tasks/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "54093417f61e354f241ebe1f2ab3e0b66234f524"
Commit 1c00f4a7 authored by chenzk's avatar chenzk
Browse files

Update url.md

parent 63cb3991
...@@ -49,12 +49,11 @@ docker run -it --name rfdesign --shm-size=32G --device=/dev/kfd --device=/dev/d ...@@ -49,12 +49,11 @@ docker run -it --name rfdesign --shm-size=32G --device=/dev/kfd --device=/dev/d
### 下载权重 ### 下载权重
cd /RFDesign/hallucination/weights/rf_Nov05 cd /RFDesign/hallucination/weights/rf_Nov05
#wget http://files.ipd.uw.edu/pub/rfdesign/weights/BFF_last.pt wget http://files.ipd.uw.edu/pub/rfdesign/weights/BFF_last.pt
wget http://113.200.138.88:18080/aimodels/rfdesign_rosetta/-/raw/main/BFF_last.pt (scnet快速下载链接)
cd /RFDesign/inpainting/weights/ cd /RFDesign/inpainting/weights/
#wget http://files.ipd.uw.edu/pub/rfdesign/weights/BFF_mix_epoch25.pt wget http://files.ipd.uw.edu/pub/rfdesign/weights/BFF_mix_epoch25.pt
wget http://113.200.138.88:18080/aimodels/rfdesign_rosetta/-/raw/main/BFF_mix_epoch25.pt (scnet快速下载链接)
### hallucination ### hallucination
基于hallucination的测试命令: 基于hallucination的测试命令:
...@@ -83,8 +82,7 @@ docker run -it --name rfdesign --shm-size=32G --device=/dev/kfd --device=/dev/d ...@@ -83,8 +82,7 @@ docker run -it --name rfdesign --shm-size=32G --device=/dev/kfd --device=/dev/d
根据hallucination设计模型和模板结构,进行AlphaFold2预测和计算RMSD: 根据hallucination设计模型和模板结构,进行AlphaFold2预测和计算RMSD:
#wget https://storage.googleapis.com/alphafold/alphafold_params_2021-07-14.tar wget https://storage.googleapis.com/alphafold/alphafold_params_2021-07-14.tar
wget http://113.200.138.88:18080/aimodels/rfdesign_rosetta/-/raw/main/alphafold_params_2021-07-14.tar (scnet快速下载链接)
tar -xvf alphafold_params_2021-07-14.tar tar -xvf alphafold_params_2021-07-14.tar
./af2_metrics.py FOLDER/trf_relax # 修改第241行的data_dir为自己的alphafold2模型路径(即上两行的下载和解压) ./af2_metrics.py FOLDER/trf_relax # 修改第241行的data_dir为自己的alphafold2模型路径(即上两行的下载和解压)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment