From b751e1bfe5dbe30907f2e4e14daa34c053af7ce4 Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Fri, 10 Feb 2023 10:30:45 +0000 Subject: [PATCH] Version 1.41.1. --- README.txt | 1 + lib/BIGSdb/Application.pm | 2 +- scripts/automation/autotag.pl | 4 +++- scripts/automation/scannew.pl | 4 +++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index ccb3e078..b000f4c3 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,4 @@ +v1.41.1: *Option to define dashboard colours for specific field values. v1.41.0: *Bug fix for scheme field ordering in cache tables. v1.40.1: *Check, and add if necessary, field indexes on scheme cache tables. *Add new index that speeds up scheme cache renewal. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index 10adc1d9..590f59d9 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.41.0'); +use version; our $VERSION = version->declare('v1.41.1'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxAnalysis; diff --git a/scripts/automation/autotag.pl b/scripts/automation/autotag.pl index 408b56cc..ddb0a827 100755 --- a/scripts/automation/autotag.pl +++ b/scripts/automation/autotag.pl @@ -19,7 +19,7 @@ #You should have received a copy of the GNU General Public License #along with BIGSdb. If not, see . # -#Version: 20230201 +#Version: 20230210 use strict; use warnings; use 5.010; @@ -184,6 +184,8 @@ sub show_help { Marks missing loci as provisional allele 0. Sets default word size to 15. ${bold}--curator$norm ${under}CURATOR ID$norm + Curator id to use for updates. By default -1 is used - there should be an + autotagger account set with this id number. ${bold}-d, --database$norm ${under}NAME$norm Database configuration name. diff --git a/scripts/automation/scannew.pl b/scripts/automation/scannew.pl index e2adb780..37c3e91f 100755 --- a/scripts/automation/scannew.pl +++ b/scripts/automation/scannew.pl @@ -19,7 +19,7 @@ #You should have received a copy of the GNU General Public License #along with BIGSdb. If not, see . # -#Version: 20230201 +#Version: 20230210 use strict; use warnings; use 5.010; @@ -218,6 +218,8 @@ sub show_help { Only return complete coding sequences. ${bold}--curator$norm ${under}CURATOR ID$norm + Curator id to use for updates. By default -1 is used - there should be an + autodefiner account set with this id number. ${bold}-d, --database$norm ${under}NAME$norm Database configuration name.