multiple values for argument -d ?

Dear Priyam,
Is it possible to provide multiple paths to the argument “-d / --database_dir” ?

If yes, how ? a string surrounded by double quotes (-d “db1 db2 db3”) ?
This is not a feature we need right now, but may be useful later.

Thanks in advance,
Loraine

Dear Loraine,

I would like that feature too, but at the moment it’s not possible to provide multiple arguments to “-d”. However, you can create a directory containing softlinks to other database directories (db1, db2, etc.) and pass this directory to SequenceServer

I have opened a ticket in our issue tracker for this: https://github.com/wurmlab/sequenceserver/issues/461

Priyam

ok, thanks for your answer !