Heya,
Yeah it's just the organism ID in the database,
"select id from organism where public_mode
is true" will find you some IDs that should work.
it's generated via the Hibernate adapter (which has a very weird ID generation algorithm, it's monotonically increasing but not sequential, there's gaps that I never understood why but apparently they do it to decrease database roundtrips, though if they'd just use the database correctly it wouldn't lead to more roundtrips but I guess "INSERT ... RETURNING ..." might not have existed when hibernate started.)
ciao,
Helena
I want to know where can I retrieve the numeric number in the url below. Can I obtain it in the apollo database? how did it get generated for each organism on apollo.https://example.com/apollo/289915/jbrowse/index.html
Thanks,--
To unsubscribe from this group and stop receiving emails from it, send an email to apollo+un...@lbl.gov.
Hey Helena,Thank you for the answer and SQL query ! Indeed, the ID generation is not sequential and the gap between each ID confused me. That's why I need to ask the question here. There is other question I related to the DB. Do you (or anyone in this fourm), by any chance, know how to retrieve the traffic statistic of accessing the jbrowse? I would like to find out how often our jbrowse that people visited.Cheers,Mike