*/
public class TestHtsContigDb
{
- @Test
+ @Test(groups = "Functional")
public final void testHTSReferenceSequence() throws Exception
{
HtsContigDb remmadb = new HtsContigDb("REEMADB", new File(
public class AlignFrameTest
{
- @Test
+ @Test(groups = "Functional")
public void testHideFeatureColumns()
{
SequenceI seq1 = new Sequence("Seq1", "ABCDEFGHIJ");
public class PfamFormatInputTest
{
- @Test
+ @Test(groups = "Functional")
public void testPfamFormatNoLimits() throws IOException
{
- AlignmentI al = new jalview.io.AppletFormatAdapter().readFile("ASEQ"
+ AlignmentI al = new AppletFormatAdapter().readFile("ASEQ"
+ '\t' + "...--FFAFAFF--", AppletFormatAdapter.PASTE, "PFAM");
Assert.assertEquals(1, al.getHeight(), "Wrong number of sequences");
Assert.assertTrue(al.hasValidSequence(),
"Didn't extract limits from PFAM ID");
}
- @Test
+ @Test(groups = "Functional")
public void testPfamFormatValidLimits() throws IOException
{
- AlignmentI al = new jalview.io.AppletFormatAdapter().readFile(
+ AlignmentI al = new AppletFormatAdapter().readFile(
"ASEQ/15-25" + '\t' + "...--FFAFAFF--",
AppletFormatAdapter.PASTE, "PFAM");
Assert.assertEquals(1, al.getHeight(), "Wrong number of sequences");