蛋白质设计软件 rosetta脚本中output=path_where_the_output_is_wantedoutput_job_nameou t srun mpirun InterfaceAnalyzermpilinuxgccrelease interface AB_X -compute_packstat -pack_separated scoreweights ligandprime -
这段代码是在使用Rosetta蛋白质设计软件中的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/cgLN 著作权归作者所有。请勿转载和采集!