Rosetta InterfaceAnalyzer 模块脚本解析:分析蛋白质接口
这段代码是在使用 Rosettta 蛋白质设计软件中的 InterfaceAnalyzer 模块进行分析。其中:
- 'output=path_where_the_output_is_wanted/output_job_name.out':指定输出文件的路径和名称。
- 'srun mpirun':使用 MPI 并行计算。
- 'InterfaceAnalyzer.mpi.linuxgccrelease':指定使用的模块。
- 'interface AB_X':指定要分析的接口,其中 AB 表示两个蛋白质链的标识,X 表示接口编号。
- '-compute_packstat':计算接口的 packing statistics。
- '-pack_separated':计算分离后的 packing statistics。
- 'score:weights':指定使用的评分函数和权重。
- 'ligandprime':指定使用的 ligand docking protocol。
- '-no_nstruct_label':不在输出文件中添加 nstruct 标签。
- 'out:file:score_only':只输出评分函数得分。
- 'interfaces.sc':指定输出文件的名称。
- '-l filtered_pdbs.txt':指定输入文件,其中包含要分析的蛋白质结构的列表。
- 'extra_res_fa':指定额外的残基参数文件。
- 'output_ligand_file_3.params':指定输出文件的名称,其中包含 ligand docking protocol 所需的参数。
原文地址: https://www.cveoy.top/t/topic/jMiw 著作权归作者所有。请勿转载和采集!