Rosetta 软件集成测试说明:-testing:INTEGRATION_TEST 选项
cd %(workdir)s
[ -x %(bin)s/ligand_dock.%(binext)s ] || exit 1
%(bin)s/ligand_dock.%(binext)s %(additional_flags)s @flags -database %(database)s -testing:INTEGRATION_TEST 2>&1
| egrep -vf ../../ignore_list
> log
test '${PIPESTATUS[0]}' != '0' && exit 1 || true # Check if the first executable in pipe line return error and exit with error code if so
'-testing:INTEGRATION_TEST' 是 Rosetta 软件中的一个选项,用于指定运行集成测试。在上述命令中,该选项被设置为启用集成测试,以确保程序在整个系统中的各个部分都能正常运行。
原文地址: http://www.cveoy.top/t/topic/g1IM 著作权归作者所有。请勿转载和采集!