Skip to main content

Can't see in Annotate & Predict the new menu item

Comments

1 comment

  • Matthew Cheung

    Hi Andi,

    Are you able to share your current code?  You can send it to support@geneious.com if you like and we can take a look at what is going wrong.

    The tutorial is a bit out of date (uses Geneious from about a decade ago) but should still be applicable.  I've just tried running through the start of it quickly and the steps required for running differ depending on the IDE.  Could you tell us which IDE you're using?

    Completely guessing here, but one thing that might be going wrong is that your new plugin isn't being loaded.  Two things you could double check:

    1. Check that the new PhobosPlugin class returns your new SequenceAnnotationGenerator like so 
      public SequenceAnnotationGenerator[] getSequenceAnnotationGenerators() { return new SequenceAnnotationGenerator[] { new PhobosAnnotationGenerator() }; }

       

    2. Check that the plugin is being specified in arguments supplied to Geneious, this will differ based on your IDE but should be a line like:
      extraPlugins="com.example.phobos.PhobosPlugin"

     

    0

Please sign in to leave a comment.