wurmlab/sequenceserver

Allow multiple database directories to be specified

开放

#461 创建于 2020年4月17日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (121 个派生)github user discovery
hacktoberfest

仓库指标

星标
 (299 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Through the config file and through the command-line interface.

e.g.,

sequenceserver --database_dir /db1,/db2,/db3
sequenceserver -d /db1 -d /db2

This came up on the mailing list: https://groups.google.com/d/msg/sequenceserver/7qxsNTmOI3A/WOS2yGaRAQAJ

贡献者指南