Genome annotation editor, with a Java servlet backend and a Javascript client that runs in a web browser as a JBrowse plugin
nathandunn on master
Fix cvTerm and alternateCvTerm … (compare)
nathandunn on master
pinging build (compare)
@nathandunn is the "findAllOrganisms" web services endpoint available via web sockets? I've been trying this:
client.publish({
destination: '/app/AnnotationNotification',
body: JSON.stringify({ operation: 'find_all_organisms' }),
})
but I get the message "Operation findAllOrganisms not found"
getFeatures
is a problem.