diff --git a/Dockerfile b/Dockerfile
index 0f2569b6d..5a50ba620 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ FROM docker.io/ncbi/blast-static:${BLAST_VERSION} AS ncbi-blast
FROM docker.io/library/ruby:3.2-bookworm AS final
LABEL Description="Intuitive local web frontend for the BLAST bioinformatics tool"
-LABEL MailingList="https://groups.google.com/forum/#!forum/sequenceserver"
+LABEL MailingList="https://support.sequenceserver.com"
LABEL Website="http://sequenceserver.com"
# Install packages required to run SequenceServer and BLAST.
diff --git a/bin/sequenceserver b/bin/sequenceserver
index 89a8afb69..a58eef99c 100755
--- a/bin/sequenceserver
+++ b/bin/sequenceserver
@@ -326,13 +326,13 @@ begin
# Ideally we will never hit this block. If we do, there's a bug in
# SequenceServer or something really weird going on. If we hit this
# error block we show the stacktrace to the user requesting them to
- # post the same to our Google Group.
+ # post the same to our Community Support.
puts <<~MSG
Something went wonky
Looks like you have encountered a bug in SequenceServer. Please could you
- report this incident to our Google Group -
- https://groups.google.com/forum/?fromgroups#!forum/sequenceserver
+ report this incident to our Community Support -
+ https://support.sequenceserver.com
Error:
#{e.backtrace.unshift(e.message).join("\n")}
@@ -373,7 +373,7 @@ begin
fail if sequence identifiers are longer than 50 characters. While we
exepect the reformatting process to work in most other cases, things
can inevitably go wrong. Thus, please back up your databases before
- reformatting and post any issues to our Google Group/GitHub so that
+ reformatting and post any issues to our Community Support/GitHub so that
we can all learn from it.
Proceed? [y/n] (Default: y).
@@ -421,4 +421,4 @@ rescue Slop::Error => e
puts e
puts "Run '#{$PROGRAM_NAME} -h' for help with command line options."
exit
-end
\ No newline at end of file
+end
diff --git a/lib/sequenceserver/api_errors.rb b/lib/sequenceserver/api_errors.rb
index 89205ce44..0188e7a85 100644
--- a/lib/sequenceserver/api_errors.rb
+++ b/lib/sequenceserver/api_errors.rb
@@ -120,8 +120,8 @@ def message
databases, or advanced parameters. Details of the error are included
below. Please ask on our
issue tracker
- or on our forum if you are
- not sure what the error message means, or if the error message is just a number.
+ or our community forum. If you are a SequenceServer Cloud customer, please contact our support team via
+ sequenceserver.com/support; open-source users are encouraged to continue using the issue tracker or forum for assistance.
MSG
end
diff --git a/lib/sequenceserver/exceptions.rb b/lib/sequenceserver/exceptions.rb
index 2107c1a2c..657c24d80 100644
--- a/lib/sequenceserver/exceptions.rb
+++ b/lib/sequenceserver/exceptions.rb
@@ -143,7 +143,8 @@ def to_s
Error:
#{out.strip}
- Please could you report this to 'https://groups.google.com/forum/#!forum/sequenceserver'?
+ If you are a SequenceServer Cloud customer, please report this issue via sequenceserver.com/support.
+ Open-source users are encouraged to report the problem at support.sequenceserver.com.
MSG
end
end