Skip to content

Commit

Permalink
Remove BETA flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed May 22, 2024
1 parent cea05fe commit 3b3ab5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/BIGSdb/Plugins/SNPsites.pm
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -603,7 +603,6 @@ sub _print_interface {
my $attr = $self->get_attributes;
my $max_records = $attr->{'max'};
say q(<div class="box" id="queryform">);
say q(<p><span class="flag" style="color:#4c0099;background:#4c009915">BETA - test version</span></p>);
say q(<p>This tool will create alignments for each selected locus for the set of isolates chosen. The )
. q(<a href="https://github.com/sanger-pathogens/snp-sites" target="_blank">snp-sites</a> tool will then )
. q(be used to identify polymorphic sites. Please select the loci that you would like to include. Alternatively )
Expand Down

0 comments on commit 3b3ab5b

Please sign in to comment.