Bioplib
Protein Structure C Library
|
Routines to add N-terminal hydrogens and C-terminal oxygens. More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "SysDefs.h"
#include "MathType.h"
#include "pdb.h"
#include "macros.h"
Go to the source code of this file.
Functions | |
int | blAddNTerHs (PDB **ppdb, BOOL Charmm) |
Routines to add N-terminal hydrogens and C-terminal oxygens.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
int AddNTerHs(PDB **ppdb, BOOL Charmm)
This routine is used to generate a set of N-terminal hydrogens. By default GROMOS naming is used; the Charmm flag changes this to Charmm format in which case an extra NTER residue will be created. Any pre-existing backbone H will be removed. Typically this routine would be called after calling HAddPDB()
Definition in file AddNTerHs.c.
[in,out] | **ppdb | Pointer to pointer to PDB linked list |
[in] | Charmm | Do Charmm style Nter |
Adds hydrogens onto the N-termini
Definition at line 123 of file AddNTerHs.c.