import jalview.api.AlignmentViewPanel;
import jalview.datamodel.AlignmentAnnotation;
import jalview.datamodel.AlignmentI;
+import jalview.schemes.ResidueProperties;
import java.util.ArrayList;
import java.util.List;
try
{
cons = Conservation.calculateConservation("All",
- jalview.schemes.ResidueProperties.propHash, 3,
+ ResidueProperties.propHash, 3,
alignment.getSequences(), 0, alWidth - 1, false,
ConsPercGaps, quality != null);
} catch (IndexOutOfBoundsException x)
{
final SequenceI[] arr = alignment.getSequencesArray();
nseq = arr.length;
- jalview.analysis.StructureFrequency.calculate(arr, 0,
+ StructureFrequency.calculate(arr, 0,
alignment.getWidth(), hStrucConsensus, true, rnaStruc);
} catch (ArrayIndexOutOfBoundsException x)
{