From 3b3ab5b33600b87aa8a81af426fa8223090b94cb Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Wed, 22 May 2024 15:38:05 +0100 Subject: [PATCH] Remove BETA flag. --- lib/BIGSdb/Plugins/SNPsites.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/BIGSdb/Plugins/SNPsites.pm b/lib/BIGSdb/Plugins/SNPsites.pm index 57006022..6f866fc5 100644 --- a/lib/BIGSdb/Plugins/SNPsites.pm +++ b/lib/BIGSdb/Plugins/SNPsites.pm @@ -1,4 +1,4 @@ -#SNPSites.pm - Wrapper for snp-sites plugin for BIGSdb +#SNPsites.pm - Wrapper for snp-sites plugin for BIGSdb #Written by Keith Jolley #Copyright (c) 2024, University of Oxford #E-mail: keith.jolley@biology.ox.ac.uk @@ -603,7 +603,6 @@ sub _print_interface { my $attr = $self->get_attributes; my $max_records = $attr->{'max'}; say q(
); - say q(

BETA - test version

); say q(

This tool will create alignments for each selected locus for the set of isolates chosen. The ) . q(snp-sites tool will then ) . q(be used to identify polymorphic sites. Please select the loci that you would like to include. Alternatively )