Skip to main content

Calling an alignment in a test

Comments

1 comment

  • Matthew Cheung

    Hi Adrian,

    This is happening because none of the alignment operations have been initialised.  An easy way to fix the test is to initialise all the bundled plugins by replacing:
    TestGeneious.initialize() with TestGeneious.initializeAllBundledPlugins()

    If you want to avoid initialising all of the plugins in your test you can use TestGeneious.initializePlugins("com.biomatters.plugins.clustal.ClustalPlugin", "com.biomatters.plugins.translationalign.TranslationAlignmentPlugin").  You can add any of the plugins you want into that list.

    See http://assets.geneious.com/developer/geneious/javadoc/8.0.0/com/biomatters/geneious/publicapi/plugin/TestGeneious.html for more details.

    Cheers,
    Matthew

    0

Please sign in to leave a comment.