标题: amber里match命令显示warning : data set with name 'match' not found on this rank [打印本页] 作者Author: molly85 时间: 2024-3-12 11:29 标题: amber里match命令显示warning : data set with name 'match' not found on this rank 想请教一下各位老师,我想利用match命令将平均结构avg.pdb作为参考结构,然后得到align之后的结构
下面是我的脚本
parm rec_sol.top
trajin rec_sol.crd 1000 2000
average avg.pdb
run
match -i rec_num.pdb -r avg.pdb -o rec_num.aligned.pdb
但是一直会显示一个错误:warning : data set with name 'match' not found on this rank.
请问应该如何解决这个问题呢?