|
get_mutations(a_line)
This will get the mutations from a line using the bioluminate/prime
syntax |
|
|
|
submit_to_residue_scanning(complex_struct,
mutation_file,
rec_asl,
host=' localhost ' ,
njobs=1,
jobname=' temp_mut ' ,
cutoff_dist=0.0) |
|
|
|
|
|
|
|
_keyify(x)
This is used to create a key out of the chain:resnum string |
|
|
|
sort_mut_dict(a_dict)
Need to sort the dictionary based on res number so that when we add
the codes 98,99, 198,199, 298,299 , etc. |
|
|
|
|
|
get_MUT_HA2_atom(atoms,
struct)
This will find the HA2 atom in the mutated structure |
|
|
|
get_HA_atoms(atoms,
struct)
This will get the Hydrogen atoms attached to the CA |
|
|
|
flip_closest_atom(ref,
list_of_atoms)
This will make sure we assign the correct H attached to the CA the
appropriate code. |
|
|
|
get_resname(struct,
chain,
resnum)
Will return the pdbresname of the residue in the structure |
|
|
|
|
|
|
|
|
|
|