GMOD / Apollo

Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.
http://genomearchitect.readthedocs.io/
Other
127 stars 85 forks source link

plugin WebApollo not found, please ensure the plugin was included in this JBrowse build. #1889

Closed childers closed 6 years ago

childers commented 6 years ago

Testing newest release, get an error "plugin WebApollo not found, please ensure the plugin was included in this JBrowse build."

Screenshot

screen shot 2018-05-10 at 5 12 56 pm

I'm still looking into this, but has anyone else seen this error?

childers commented 6 years ago

Confirmed that the plugins I specified in my apollo-config.groovy did not get loaded.

childers commented 6 years ago

I watched the logs as I ran ./apollo deploy and it did say it found and cloned the plugins, but when I tested it, it still shows no plugins.

nathandunn commented 6 years ago

What version of JBrowse are you using?

It won’t work with the newest one(s). Its on my list to fix, but its been a PITA.

Nathan

On May 11, 2018, at 6:19 AM, childers notifications@github.com wrote:

I watched the logs as I ran ./apollo deploy and it did say it found and cloned the plugins, but when I tested it, it still shows no plugins.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GMOD/Apollo/issues/1889#issuecomment-388360942, or mute the thread https://github.com/notifications/unsubscribe-auth/AAt2qilhtDKIVsObzrwl05Ah3onoTELkks5txY_HgaJpZM4T7Umc.

childers commented 6 years ago

I had just worked out some internal issues and synced our local repo to the main JBrowse master. Do you know what the last working commit was?

nathandunn commented 6 years ago

Should be this one:

15dfd2309f2d508d8bed782d0f68b38dd9927bb4

I need to get it working at some against master, but it won’t be today. There were some UI bugs that I couldn’t work around.

On May 11, 2018, at 8:11 AM, childers notifications@github.com wrote:

I had just worked out some internal issues and synced our local repo to the main JBrowse master. Do you know what the last working commit was?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

childers commented 6 years ago

No worries, and thanks for the heads up!