环肽-靶标蛋白的Amber分子动力学模拟
准备好对接后的蛋白pro.pdb和配体环肽文件test.mo第一步:python 00_make_single_lig.py test.mol2 test_LIG_raw.mol200_make_single_lig.py文件如下:#!/usr/bin/env python3
import sysif len(sys.argv) ! 3:print("Usage: python 00_make_single_…
2026/7/3 5:56:00