Skip to content

Commit

Permalink
Genome assembly thresholds for submissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 24, 2022
1 parent daa01be commit 8a55c9f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,21 @@ The allowed attributes are listed below.
* marker_size

* Size of marker on GPS maps. Allowed values are 0-9.

* max_contigs

* Number of contigs above which a genome will be rejected in the submission
interface.

* min_n50

* N50 value below which a genome will be rejected in the submission
interface.

* min_total_length

* Minimum length in base pairs below which a genome will be rejected in the
submission interface.

* name

Expand Down Expand Up @@ -2123,6 +2138,21 @@ The allowed attributes are listed below.
the visualisation using either the breakdown_display or
specific_value_display attribute.

* warn_max_contigs

* Number of contigs above which a genome will have a warning message shown in
the submission interface.

* warn_min_n50

* N50 value below which a genome will have a warning message shown in the
submission interface.

* warn_min_total_length

* Minimum length in base pairs below which a genome will have a warning shown
in the submission interface.

* watermark

* FontAwesome icon class used for background watermark on big number charts,
Expand Down

0 comments on commit 8a55c9f

Please sign in to comment.