-
Notifications
You must be signed in to change notification settings - Fork 1
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
allowCrossOriginDataRoot
Error Message
#10
Comments
It looks like that as of this release JBrowse doesn't allow data to be loaded from external sites by default, so the method in the quickstart no longer works. You will need to install JBrowse on your Tripal server and configure the data root to either point to the API using a relative URL, or add |
Hi, Nick, OK, thanks for the response. I'm guessing the data root would be set in this file? https://github.com/GMOD/jbrowse/blob/master/jbrowse.conf And would allowCrossOriginDataRoot be added there too? What would be the relative path for the API -- that is, where would the API be in the server's file structure? I know the Quick Start says "?data=http://yourtripalsite.com/api/jbrowse", but I don't see an api folder in our HTML root. Should there be one there, or am I just misunderstanding how that URL works (likely)? Thanks again |
yes
try it's not an actual file, URLs like that get routed to index.php and eventually handled by this module |
Hi, I'm trying to follow advice here, but I dont manage to see my data. Dont know if I did something wrong, of I skipped something.. alloweCrossOriginDataRoot = true and tried both when trying to go to the URL. and when try with my site I get the warning saying to allow cross origin data (its done)!? I appreciate any help, thanks! |
->
If that doesn't work please provide a link to your site. |
Hi, Nick, I edited the dataRoot line in the config file, and I get the same error on my website as kyrenya did: I edited the config line to be: I'm not sure, however, what the URL should be. I tried two different urls (you won't be able to access, as they're behind a firewall, just giving for the filepaths): Both have that same error message on the page: "Unable to load: http://aduae210-lap.abudhabi.nyu.edu/api/jbrowse/seq/refSeqs.json status 404" The latter is modeled after the filepath I can use to get to the yeast sample data (which does load): |
Your server isn't publicly accessible. Here's the URL for a working installation if that helps: Tripal: https://www.serioladb.org |
Hi, Nick, Yes, it is behind a firewall. So, it seems that our jbrowse using the API should be accessible at the first URL I listed (http://aduae210-lap.abudhabi.nyu.edu/jbrowse/JBrowse-1.15.4/) after I modified the dataRoot, but I get that same error message. |
sorry I had to restart the installation of my site for other reasons, thats why I have this in standby by now. Did you manage @mdhar1980 ? |
hi, Kyrenya, I haven't gotten the module to work yet. For right now, I've just added our data directly to the JBrowse we downloaded on our server. So, I'm not using the module. |
ok thanks! |
Hello, Nick,
Thanks again for this module. I have just installed in on a new Tripal website, and the suggested link for our data says:
Now, due to another issue, we haven't yet been able to get the GFF to load on Chado. However, FASTAs are loaded, so there should be data.
At the bottom of the page is the following error message:
How, with the Tripal JBrowse API, can you set that configuration? Or is there another fix that needs to be made.
Thanks!
The text was updated successfully, but these errors were encountered: