Flye Plugin wrapper error
Hi,
I'm trying to get a plugin wrapper going. I've used a similar wrapper setup on another installation of Geneious and it worked well. When I try to run the current plugin, I get the following error:
com.biomatters.geneious.publicapi.plugin.DocumentOperationException at com.biomatters.iseek.plugin.wrapperplugins.WrapperOperation.a(WrapperOperation.java:518) at com.biomatters.iseek.plugin.wrapperplugins.WrapperOperation.a(WrapperOperation.java:220) at com.biomatters.iseek.plugin.wrapperplugins.WrapperAssembler.assemble(WrapperAssembler.java:91) at com.biomatters.plugins.alignment.assembly.AssemblyOperation.performOperation(AssemblyOperation.java:850) at com.biomatters.iseek.plugin.operations.o.b(OperationManager.java:513) at com.biomatters.geneious.common.operations.c.c(OperationsUtilities.java:165) at com.biomatters.geneious.common.operations.c.b(OperationsUtilities.java:162) at com.biomatters.geneious.common.operations.b$c.a(OperationsUtilities.java:141) at com.biomatters.geneious.common.operations.b$d.a(OperationsUtilities.java:168) at com.biomatters.iseek.plugin.operations.e.a(OperationManager.java:518) at com.biomatters.iseek.plugin.operations.s.a(OperationPerformer.java:136) at com.biomatters.iseek.plugin.operations.OperationAction.performAction(OperationAction.java:116) at com.biomatters.iseek.plugin.operations.a.run(OperationAction.java:92) at java.base/java.lang.Thread.run(Thread.java:829)
I've attached the plugin below. Is there anything obvious that I'm missing here?
Thanks for your help.
https://www.geneious.com/plugins/flye/
-
Official comment
Hi Paolo, apologies for the late reply to your post.
Are you still facing this problem? Would you be able to let us know a few more details to help you out better:
* The actual error message at the top is cut off, it would be helpful what that actually says. (You can `Contact Support` and include logs after you encounter this error, which will include that exception and some other possibly useful information)
* Are you trying to create a wrapper plugin that 'wraps' around the Geneious Flye.gplugin? That will not work because it is not an executable itself; you would need to use e.g. flye.py and provide that as the executable to wrap around. (Also: Flye.gplugin is already a wrapper-plugin itself doing exactly that 😅)
* If you need to extend the functionality that the existing Flye gplugin provides we would be interested to knowing what functionality that is and we might consider adding it to the pluginRegards, Jonas
Please sign in to leave a comment.
Comments
1 comment