Skip to content

Commit

Permalink
delete_retire_only setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Feb 20, 2020
1 parent 2edf6e3 commit 33ac712
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 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.25.0'
version = '1.26.0'
# The full version, including alpha/beta/rc tags.
release = '1.25.0'
release = '1.26.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 12 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ Any value set here can be overridden in a
* Isolate databases only: URL of BIGSdb script running the seqdef database
(default: '/cgi-bin/bigsdb/bigsdb.pl').

* delete_retire_only

* Set to 'yes' to retire the id of any isolate that is deleted. This prevents
re-use of ids. This setting will override the global setting in
bigsdb.conf.

* disable_updates

* Set to 'yes' to prevent updates. This is useful when moving databases or
Expand Down Expand Up @@ -880,6 +886,12 @@ Any value set here can be overridden in a
database via the RESTful interface. This is useful to prevent flooding of
the submission system by aberrant scripts. Default: '100'.

* delete_retire_only

* Set to 'yes' to retire the id of any allele or profile that is deleted.
This prevents re-use of ids. This setting will override the global setting
in bigsdb.conf.

* diploid

* Allow IUPAC 2-nuclotide ambiguity codes in allele definitions for use with
Expand Down

0 comments on commit 33ac712

Please sign in to comment.