Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using remote data directory in JBrowse desktop, allow saving session still #1269

Open
cmdcolin opened this issue Nov 24, 2018 · 5 comments

Comments

@cmdcolin
Copy link
Contributor

No description provided.

@rbuels rbuels added this to the 1.16.1 milestone Dec 7, 2018
@cmdcolin cmdcolin removed this from the 1.16.1 milestone Jan 25, 2019
@scottcain
Copy link
Member

Is there a technology issue that prevents this from happening?

@cmdcolin
Copy link
Contributor Author

cmdcolin commented Jul 1, 2019

Not really, it's mostly organizational that is based on pointing to a remote jbrowse instance that cooperates. If it is based strictly on pointing the electron instance using the "?data=http://remote_instance/" then there are also some limitations such as

a) this method doesn't load that instances jbrowse.conf/jbrowse_conf.json
b) allowCrossOriginDataRoot tries to prevent this for sort of good reasons

@cmdcolin
Copy link
Contributor Author

cmdcolin commented Jul 1, 2019

The main thing needed is some buy-in that just makes reliable things for the jbrowse desktop instance to point to (or more likely, jbrowse.org can keep a list of reliable mod's to connect to that jbrowse desktop just asks a list of)

@scottcain
Copy link
Member

Ah, I wasn't planning on doing "data=http://...." rather having a local trackList.json that points at remote data in the urlTemplate, so perhaps this issue doesn't apply to what I want to do with electron.

@cmdcolin
Copy link
Contributor Author

cmdcolin commented Jul 1, 2019

Oh. Sorry I didn't realize the issue you were posting on was not the other sort of related one (#1251) so my comments might be a little weird

This bug is related to the concept specifically of "Open remote data directory" e.g. the ?data=http://remote/thing/" and it doesn't create any sort of local copy of the tracklist.json in that case so then the idea of saving a session doesn't work.

If you have a pre-loaded-actual-data-directory with remote urlTemplates that comes with jbrowse desktop then this bug won't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants