Skip to content

checks for atom overlaps, and shifts any overlapping atoms

Notifications You must be signed in to change notification settings

owenvickery/atom_overlap_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

**ATOM OVERLAP CHECKER README**

If you are using this script please acknowledge me (Dr Owen Vickery) and cite the following DOI.

DOI: xxx

**ATOM OVERLAP CHECKER, SCRIPT OVERVIEW**

This script finds and atoms which are within a set distance and will move them until they are beyond the cutoff.

**REQUIREMENTS**

Software:

  • Python v3 or higher

Non standard python modules:

  • Numpy
  • Scipy

Standard modules included in base python install (ubuntu 18):

  • os
  • sys
  • itertools

**FLAGS**

REQUIRED

  • -f input (pdb)
  • -o output (pdb)
  • -overlap (float)

The script only works with pdb files.

using the flag -f for the input file -o for the output file. The flag -cutoff overwrites the default 0.4 A cutoff.

python check_atom_overlap.py -f input.pdb -o ouput.pdb -cutoff 0.5

The above command will fix any overlaps within 0.5 A.

About

checks for atom overlaps, and shifts any overlapping atoms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages