Skip to content

Commit

Permalink
Document start_codons locus attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 15, 2021
1 parent 52d3fbf commit ed21e9a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,12 @@ exclamation mark (!) next to them:
* max_length - Maximum length of locus (optional).

* Allowed: any integer (larger than the minimum length).

* complete_cds - Whether locus represents a complete coding sequence (optional)

* start_codons - Semi-colon separated list of alternative start codons to allow

* Note that these are in addition to the built-in defaults of ATG, GTG, TTG.

* orf - Open reading frame of locus (optional).

Expand Down Expand Up @@ -825,6 +831,12 @@ exclamation mark (!) next to them:
false).

* Allowed: any integer.

* complete_cds - Whether locus represents a complete coding sequence (optional)

* start_codons - Semi-colon separated list of alternative start codons to allow

* Note that these are in addition to the built-in defaults of ATG, GTG, TTG.

* orf - Open reading frame of locus (optional). 1-3 are the forward reading
frame, 4-6 are the reverse reading frames.
Expand Down
13 changes: 13 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,13 @@ Any value set here can be overridden in a
* Force the use of a specific set when accessing database via this XML
configuration: Value is the name of the set.

* start_codons

* Semi-colon separated list of start codons to allow. Note that this list
will replace the built-in defaults of ATG, GTG, and TTG, and is used for
all functions that require recognising complete coding sequences, such as
automated allele definition.

* start_id

* Defines the minimum record id to be used when uploading new isolate
Expand Down Expand Up @@ -1147,6 +1154,12 @@ Any value set here can be overridden in a
* Force the use of a specific set when accessing database via this XML
configuration: Value is the name of the set.

* start_codons

* Semi-colon separated list of start codons to allow. Note that this list
will replace the built-in defaults of ATG, GTG, and TTG, and is used for
all functions that require recognising complete coding sequences.

* submissions

* Enable automated submission system: either 'yes' or 'no', default 'no'
Expand Down

0 comments on commit ed21e9a

Please sign in to comment.