File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -697,7 +697,15 @@ appropriate sections like this:
697697
698698 ...
699699
700- | You have to specify a location that can be reached by your worker
700+ The ``availability_filter `` column is very important it specifies for
701+ which organism and release the database is visible in the TBro interface.
702+ The form is ``{organism_id}_{release} ``.
703+ As we only have a single organism (id: 13) and release (1.CasaPuKu) we
704+ set it to ``13_1.CasaPuKu ``. If you want a single database to show up
705+ for multiple organisms or releases you have to specify multiple rows with
706+ different availability filters.
707+
708+ You have to specify a location that can be reached by your worker
701709machine. If you just want to have a single worker on the same machine as
702710the server you can specify the location in the local file system
703711starting with ``file:// ``. If you used the docker setup you can load the
You can’t perform that action at this time.
0 commit comments