Brain Explorer 2 (for short BE2) is a free software used to "browse" around the brain, from basic anatomy to genome data. It's freely available here: http://human.brain-map.org/static/brainexplorer
There is a function that open certain kind of links on a browser, with the format aibe:link (aibe is for Allen Institute Brain Explorer). Here an example: aibe://human.brain-map.org/mri_viewer/data/heatmap/probe_values?atlas=351&resolution=samples&probes=1036443&selectedDonor=9861&well=2569&colormap=redgreen&exprRange=-6,6
For example, you browse the BE2 website, then open certain aibe:link (clicking on "Launch Brain Explorer 2), so this launch BE2 and also download certain kind of data. In the first 30 sec of this video you can see what I mean https://youtu.be/7aUWdKvSIG0
On Ubuntu, there is no way to make browser to open a wine program by default unless you config xdg-open and create a .desktop file. I asked for this on askubuntu.com, and the first answer was fine in order to solve this part of the problem --> http://askubuntu.com/questions/627469/h ... is-on-wine
But also, and this is the very intriguing issue, program doesn't donwload aibe:link content as it does on windows. I was told on askubuntu that on registry there was this key
HKEY_CLASSES_ROOT\aibe\shell\open\command
with the following content
"C:\Program files\Allen Institute\Brain Explorer 2\BrainExplorer2.exe" /url "%1"
Which supposedly handles the aibe:link and tell the program "this is your stuff" (with the /url "%1" part). I found this key on a windows install I did, but not in my Ubuntu install. Curiously I cannot create the key, because when attempt doing it throws me the message "key file already exists", but there isn't such key on that path. My guess is that the program would do its work if I were able to create that key.
I'm very confused. Also I ask this because I'm doing a bit of research in home, since this is a very useful tool, so would be very appreciated someone could help me here
