Skip to content

Commit

Permalink
Version 1.38.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Oct 28, 2022
1 parent 2f41dac commit 5efffd5
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '1.37.0'
version = '1.38.0'
# The full version, including alpha/beta/rc tags.
release = '1.37.0'
release = '1.38.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions database_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Database schema
###############

* :download:`Sequence definition database <database_schema/seqdef_dbase_v1.35.pdf>`
* :download:`Isolate database <database_schema/isolate_dbase_v1.35.pdf>`
* :download:`Sequence definition database <database_schema/seqdef_dbase_v1.38.pdf>`
* :download:`Isolate database <database_schema/isolate_dbase_v1.38.pdf>`
Binary file removed database_schema/isolate_dbase_v1.35.pdf
Binary file not shown.
Binary file added database_schema/isolate_dbase_v1.38.pdf
Binary file not shown.
Binary file removed database_schema/seqdef_dbase_v1.35.pdf
Binary file not shown.
Binary file added database_schema/seqdef_dbase_v1.38.pdf
Binary file not shown.
32 changes: 28 additions & 4 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,15 @@ Any value set here can be overridden in a
* Partial path of the bigsdb.pl script used to access the database.
See :ref:`user authentication <user_authentication>`.

* separate_dataset

* Treat database configuration as though it was a separate database for the
purposes of handling submissions and curators: either 'yes' or 'no',
default 'no'. Submissions will be tagged with the configuration name and
will only be visible within that configuration. Curators can be limited to
specific configurations by populating the curator_configs table. This also
affects whether they are notified of submissions.

* SeqbinBreakdown

* Enable Sequence bin breakdown plugin: either 'yes' or 'no'. If no value
Expand Down Expand Up @@ -856,6 +865,12 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::
group attribute. The group name must be defined in the field_groups system
attribute, otherwise the field will not be shown at all. If undefined,
the field will be in the default provenance/primary metadata group.

* hide

* Completely ignore field. This is useful if you access a database using
different configuration files and a field is not relevant to a particular
instance. See also :ref:`Over-riding values<system_overrides>`.

* length

Expand Down Expand Up @@ -1208,6 +1223,15 @@ Any value set here can be overridden in a
* Partial path of the bigsdb.pl script used to access the database. See
:ref:`user authentication <user_authentication>`.

* separate_dataset

* Treat database configuration as though it was a separate database for the
purposes of handling submissions and curators: either 'yes' or 'no',
default 'no'. Submissions will be tagged with the configuration name and
will only be visible within that configuration. Curators can be limited to
specific configurations by populating the curator_configs table. This also
affects whether they are notified of submissions.

* seq_export_limit

* Overrides the sequence export limit (records x loci) in the Sequence
Expand Down Expand Up @@ -1316,10 +1340,10 @@ key value pairs separated by = with the values quoted, e.g. ::
read_access="authenticated_users"
description="Private view of database"

It is also possible to override the required, maindisplay or curate_only
attributes of a particular field using a file called **field.overrides**. The
field.overrides file uses the format 'field:attribute="value"' on each line,
e.g. ::
It is also possible to override the allow_submissions, required, maindisplay,
default, hide, or curate_only attributes of a particular field using a file
called **field.overrides**. The field.overrides file uses the format
'field:attribute="value"' on each line, e.g. ::

date_received:required="yes"

Expand Down

0 comments on commit 5efffd5

Please sign in to comment.