X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fanalysis%2FAlignmentSorterTest.java;h=d99f20a43df9846bd822d03fbe3ff1d63a436ba5;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=a566be905458c2d4f3472f1b095ebcf030e5c622;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/test/jalview/analysis/AlignmentSorterTest.java b/test/jalview/analysis/AlignmentSorterTest.java index a566be9..d99f20a 100644 --- a/test/jalview/analysis/AlignmentSorterTest.java +++ b/test/jalview/analysis/AlignmentSorterTest.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.analysis; import static org.testng.Assert.assertSame; @@ -47,18 +67,19 @@ public class AlignmentSorterTest * seq3 KD(-4), KD(3.0) average -0.5 * seq4 Helix(NaN) - should sort as if largest score */ - seq1.addSequenceFeature(new SequenceFeature("Cath", "", 2, 3, 2.0f, - "g1")); - seq1.addSequenceFeature(new SequenceFeature("Pfam", "", 4, 5, 4.0f, - "g2")); - seq2.addSequenceFeature(new SequenceFeature("Cath", "", 2, 3, 2.5f, - "g3")); - seq2.addSequenceFeature(new SequenceFeature("Metal", "", 2, 3, - Float.NaN, "g4")); + seq1.addSequenceFeature( + new SequenceFeature("Cath", "", 2, 3, 2.0f, "g1")); + seq1.addSequenceFeature( + new SequenceFeature("Pfam", "", 4, 5, 4.0f, "g2")); + seq2.addSequenceFeature( + new SequenceFeature("Cath", "", 2, 3, 2.5f, "g3")); + seq2.addSequenceFeature( + new SequenceFeature("Metal", "", 2, 3, Float.NaN, "g4")); seq3.addSequenceFeature(new SequenceFeature("kD", "", 2, 3, -4f, "g5")); - seq3.addSequenceFeature(new SequenceFeature("kD", "", 5, 6, 3.0f, "g6")); - seq4.addSequenceFeature(new SequenceFeature("Helix", "", 2, 3, - Float.NaN, "g7")); + seq3.addSequenceFeature( + new SequenceFeature("kD", "", 5, 6, 3.0f, "g6")); + seq4.addSequenceFeature( + new SequenceFeature("Helix", "", 2, 3, Float.NaN, "g7")); /* * sort by ascending score, no filter on feature type or group @@ -100,8 +121,9 @@ public class AlignmentSorterTest * seq3 average is now 3.0 * next sort is ascending (not toggled) as for a different group spec */ - List groups = Arrays.asList(new String[] { "g1", "g2", "g3", - "g6" }); + List groups = Arrays + .asList(new String[] + { "g1", "g2", "g3", "g6" }); AlignmentSorter.sortByFeature(types, groups, 0, al.getWidth(), al, AlignmentSorter.FEATURE_SCORE); assertSame(al.getSequenceAt(0), seq1); // 2.0