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
126 stars 85 forks source link

Feature not draggable? #1483

Closed abretaud closed 7 years ago

abretaud commented 7 years ago

Hi, Just a quick question: I have deployed 3 genomes with galaxy and dockerized apollo 2 (\o/), and I'm not totally sure it's configured as it should. Here's what I get with an example gene: apollo

nathandunn commented 7 years ago

@abretaud This brings up a few good points:

hexylena commented 7 years ago

by default, if you are using @erasche 's JBrowse plugins, it creates a canvas track

The dockerized apollo makes no specifications, that's all in the JBrowse side. Assuming @abretaud is using JBrowse-in-Galaxy, changing track type is already an option! :)

utvalg_142

(We could automate on import, but I generally assume that the user was requesting it for a reason, allow them to specify. Maybe we make a note in JiG that HTML features are draggable if going to Apollo. The JiG tool is still mostly focused on JBrowse deployments than on Apollo since we still don't have the features in Galaxy to really push the apollo integration widely.)

nathandunn commented 7 years ago

That's great @erasche. Didn't realize that had been added yet.

monicacecilia commented 7 years ago

@abretaud please also note this note on JBrowse plugins in the Apollo documentation.

abretaud commented 7 years ago

Thank you all! No problem, I'll switch to HTMLFeatures, I just naively used the default option. I use JiG indeed, and I agree we'd better not make the change magically, but maybe an option in Create/update apollo organism? Not urgent for me anyway. Doing some tests right now, I think I'll need to change JiG to allow specifying --type mRNA as I think it's mandatory to display exon blocks (I have gff with gene>mrna>cds/exons). I also disabled NeatFeatures in my docker-apollo branch (which I updated to 2.0.6 too)

nathandunn commented 7 years ago

Apologize, I didn't notice that you were still testing (and have opened some other issues). Re-opening.

abretaud commented 7 years ago

It's ok for this issue, I changed the track type + disable neatfeature, thanks