Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 597 Bytes

File metadata and controls

13 lines (11 loc) · 597 Bytes

Perl_Scripts

Scripts 1,2 & 3 takes *.pdb files as input

  1. bond_angle.pl : It calculates bond angle between all atoms and print the results in tab delimited output file.

  2. bond_length.pl : calculates distances between two atoms in pdb file and print the results in tab delimited output file.

  3. torsional_angle.pl : Calculate all torsional angles in pdb file and print the results in tab delimited output file.

  4. seq_stat.pl: Calculates number of occurrences of each nucleotide/amino acids in nucleotide/proteing fasta/multi-fasta file.

     Usage: perl seq_stat.pl inputFile outputFile