Skip to content

Commit

Permalink
Remove support for Ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen authored Jun 16, 2023
1 parent 0803373 commit 1954af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
fail-fast: false
matrix:
distro:
- ubuntu1804
- ubuntu2004

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1954af6

Please sign in to comment.