Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 499 Bytes

Superimposer

Scripts for superimposing two PDB structures or heteroatoms.

Generate results

USAGE:

  • Superimpose structures (in progress):

      python3 superimposer.py -r test/str_reference.pdb -s test/str_sample.pdb -t structure -o test/str_output.pdb
    
  • Superimpose heteroatoms:

      python3 superimposer.py -r test/lig_reference.pdb -s test/lig_sample.pdb -t ligand -o test/lig_output.pdb
    

Credits

Genís Bayarri

Molecular Modeling and Bioinformatics Group. IRB Barcelona.