25/* A SpliceSegment is one stretch of residues, which is associated with one or more sequence profiles. SpliceSegment is a class that helps manage these profiles
26
27Two types of input files per splice segment are expected:
28pdb-profile match: This file should be formatted as pdb, profile_name:
291y32 L1.1
301y33 L1.1
311ya3 L1.2
32.
33.
34.
35
36Each splice_segment is additionally associated with the sequence profiles mentioned in the pdb-profile match file. These should be
37formatted as Rosetta-readable PSSM files*/
38
39///@brief utility class and functions for dealing with sequence profiles for varying segments in Splice