Skip to content

Commit 13420b0

Browse files
authored
Add docu for availability_filter
related to TBroTeam/TBro#49
1 parent 028fec6 commit 13420b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/tutorial.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
701709
machine. If you just want to have a single worker on the same machine as
702710
the server you can specify the location in the local file system
703711
starting with ``file://``. If you used the docker setup you can load the

0 commit comments

Comments
 (0)