首页 > 其他分享 >HOLE

HOLE

时间:2023-02-06 21:22:29浏览次数:32  
标签:sph sos input HOLE hole out

准备hole.inp 文件
! example input file run on Arseniev's gramicidin structure

点击查看代码
! example input file run on Arseniev's gramicidin structure
! note everything preceded by a "!" is a comment and will be ignored by HOLE
!
! follow instructions in doc/index.html to run this job
!
! first cards which must be  included for HOLE to work
! note that HOLE input is case insensitive (except file names)
coord B-water.pdb           ! Co-ordinates in pdb format
radius /home/ubuntu/hole/rad/simple.rad   ! Use simple AMBER vdw radii
                                ! n.b. can use ~ in hole
!
! now optional cards
sphpdb hole_out.sph             ! pdb format output of hole sphere centre info
                                ! (for use in sph_process program)
endrad 5.                       ! This is the pore radius that is taken
                                ! as where channel ends. 5.0 Angstroms is good
                                ! for a narrow channel

hole < hole.inp > hole_out.txt
egrep "mid-|sampled" hole_out.txt > hole_out.tsv
sph_process -dotden 15 -color hole_out.sph dotsurface.qpt
qpt_conv
输入 D 然后一直回车
sos_triangle -s < solid_surface.sos > solid_surface.vmd_plot
sph_process -sos -dotden 15 -color hole_out.sph solid_surface.sos

标签:sph,sos,input,HOLE,hole,out
From: https://www.cnblogs.com/haoxiangchiyicizaofan/p/17096736.html

相关文章

  • 8、Wormhole流处理平台
    一、Wormhole概述 1、Wormhole是什么       2、为什么会有Wormhole   3、设计理念      4、主要特性   5、核心概念参考:htt......
  • whole-body PET ?全人研究的催化剂?
    微信公众号:机器学习炼丹术笔记:陈亦新记录英文的关键原话,需要背下来有一些。作为专业英语储备和背景知识储备。IntroductionWhole-body(WB)andtotal-body(TB)PETimagin......
  • COCO-WholeBody 注释详解
    官方数据集说明:https://github.com/jin-s13/COCO-WholeBody1.如何预览json文件?使用Vscode,右键格式化文档即可。2.字段解读2.1关键字段之"images""images":[......
  • VulnHub靶场渗透实战8-DarkHole: 2
    靶场地址:DarkHole:2~VulnHubDescriptionBacktotheTopDifficulty:HardThisworksbetterwithVMwareratherthanVirtualBoxHint:Don'twasteyourtimeForB......
  • Vulnhub之Foxholes靶机详细解题过程
    作者:jason_huawen靶机基本信息名称:FoxHole:1.0.1地址:https://www.vulnhub.com/entry/foxhole-101,566/识别目标主机IP地址┌──(kali㉿kali)-[~/Vulnhub/Foxholes]......
  • CodeForces - 797F Mice and Hole
    题意:有n只老鼠,m个洞。n只老鼠的坐标分别为x[i],m个洞坐标分别为p[i],能装c[i]只老鼠。现在老鼠要往洞里跑,求所有老鼠跑的最短路线之和。解:一开始准备拿老鼠转移,然后复杂度爆......
  • [P1550 [USACO08OCT]Watering Hole G]
    P1550[USACO08OCT]WateringHoleG//可能是要选几个点呀//增加一个超级起源点,把那些零散的树进行相互连接#include<bits/stdc++.h>usingnamespacestd;constintM......
  • 洛谷 [AGC021B] Holes 蓝 题解
    前言学校基础模拟赛的题,当时有思路但是不太会写凸包就没做,下来看了看,自己的思路大部分是正确的,有些细节没有想到,在此写篇题解。我用的是Andrew求凸包。思路答案为0......
  • “漏洞利用之王”HolesWarm挖矿木马——非常典型的代理挖矿
    “漏洞利用之王”HolesWarm挖矿木马新增大量攻击模块强势来袭  概述近期,威胁情报团队在活跃家族监控中捕获到了HolesWarm挖矿家族的最新变种。在本次更新中,该......
  • MRS There is a hole [0x212-0x229] in .debug_loc section. 报错
      这个警告产生是因为MRS删除DEBUG定义导致,要消除警告MRS设置需要更改一下 ......