From 1954af6777b1cd91699e7816cdc8f4fb295c17dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loraine=20Brillet-Gu=C3=A9guen?= Date: Fri, 16 Jun 2023 11:33:51 +0200 Subject: [PATCH] Remove support for Ubuntu 18 --- .github/workflows/ci.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d84cc5..abd5ade 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,6 @@ jobs: fail-fast: false matrix: distro: - - ubuntu1804 - ubuntu2004 steps: diff --git a/README.md b/README.md index e3a4a39..d2b2c7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![SequenceServer version](https://img.shields.io/badge/SequenceServer%20version-2.0-green.svg)](https://github.com/wurmlab/sequenceserver) [![Developers](https://img.shields.io/badge/Developers-ABiMS-blue.svg)](https://abims.sb-roscoff.fr) -An Ansible Role that installs [SequenceServer](https://sequenceserver.com) on Linux (tested with Ubuntu 18, Ubuntu 20) and deploys one [NCBI BLAST+](https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download) server for each BLAST database, with the following features: +An Ansible Role that installs [SequenceServer](https://sequenceserver.com) on Linux (tested with Ubuntu 20) and deploys one [NCBI BLAST+](https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download) server for each BLAST database, with the following features: - The BLAST jobs are submitted on a [SLURM](https://slurm.schedmd.com/) HPC cluster. - The server are reverse-proxied with NGINX. Restricted access can be configured for private servers, by querying an ldap server. - The SequenceServer interface can be minimaly customized (logo, title, support link).