Apply formatting
[proteocache.git] / datadb / compbio / cassandra / PredictionIndex.java
1 package compbio.cassandra;
2
3 public interface PredictionIndex {
4
5         /**
6          * Ordering indexes for predictions
7          */
8         public final String[] predIndex = { "jnetpred", "JNETCONF", "JNETHMM", "JNETPSSM", "JNETSOL0", "JNETSOL5", "JNETSOL25", "Lupas_14",
9                         "Lupas_21", "Lupas_28" };
10 }