wurmlab / sequenceserver

Intuitive graphical web interface for running BLAST bioinformatics tool (i.e. have your own custom NCBI BLAST site!)
https://sequenceserver.com
GNU Affero General Public License v3.0
271 stars 113 forks source link

how to use tree structure of database lists in docker command #674

Closed wangc1106 closed 8 months ago

wangc1106 commented 1 year ago

Dear professor Yannick Wurm

sequenceserver is so popular and excellent, i found the tree structure of database lists are using in this program.

but how to use tree structure of database lists in docker command?

any advice would would be highly appreciated

wang

lukaszsobala commented 8 months ago

You need to edit the file inside the container and restart it (probably bad practice) or bind mount your own config file like this: https://github.com/wurmlab/sequenceserver/issues/16#issuecomment-1936566239

This worked for me.