You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README for Calculating Dihedral Angles from a PDB-file
Python tool that calculates the dihedral angle based on a pdb file and an input-id file containing the corresponing atom ids of four atoms in said file. A tool that accomplishes this task in the language R can be found [here] (https://github.com/kevkid/CBB_Bioinformatics_FinalProject_4.3). This tool is part of a set of bioinformatic and biological structure tools created for CBB752 at Yale University in the Spring 2016. The website containing the set of tools can be found [here] (http://cbb752spring2016.github.io/Structure).
General
The tool is named dihedrals.py. It takes 2 required inputs (input, inputids) and has one optional (output)
The tool is called from the command line as exemplified below. It takes in a pdb file and a text file containing sets of 4 atom ids which define the dihedral angle in the pdb file. Sample files (sample-input.pdb and sample-ids.txt) are included in the repository. The corresponding output is given in sample-output.txt.
Usage
Usage: python3 distcalc.py -i < input file name > -n < input id file name > -o <.txt output filename>