multiple jbrowse database and sequenceserver connection

Dear Priyam,

We’d like to use sequence server in a setup with multiple dataset in jbrowse, like this:

from jbrowse.conf

[datasets.cmyersi]
url = ?data=data/data-cmyersi
name = cmyersi

[datasets.dmawsoni]
url = ?data=data/data-dmawsoni
name = dmawsoni

[datasets.ncoriicepsi]
url = ?data=data/data-ncoriiceps
name = ncoriiceps

data
├── data-cmyersi
├── data-dmawsoni
└── data-ncoriiceps

Our problem is that using the standard connector in links.rb as pointed out here:
https://jbrowse.org/docs/faq.html#how-can-i-link-blast-results-to-jbrowse
we are not able to select the right dataset to display the results, is there a way t setup sequenceserver in this scenario ?

All the best
Matteo