Databases Available on Mantis
We host several commonly used bioinformatics databases on the Mantis cluster. We update these regularly: every three months for databases sourced from NCBI, EMBL-EBI, and SIB repositories and every six months for all other databases. We aim to host the latest version and previous version of each database at all times. We also host several user-made databases where there is demand.
Blast
The latest versions of NCBI’s BLAST databases are available on Mantis. This directory also includes custom databases constructed from the newest eggNOG, orthoDB, and UniProt releases. All databases are compatible with BLAST+ v2.7.1 and up. You may use them with any blast command requiring a database (e.g., blastn
, blastp
).
Example:
blastp -db <blast database path> <other options>
Paths to available databases
- /isg/shared/databases/blast/v4/
- /isg/shared/databases/blast/v5/
- /isg/shared/databases/blast/eggnog/v5.0.1/
- /isg/shared/databases/blast/eggnog/v5.0.2/
- /isg/shared/databases/blast/orthodb/v12v1/
- /isg/shared/databases/blast/uniprot/v2025.06/
BUSCO
The latest versions of the EZLab’s BUSCO databases are available on Mantis. This directory includes all lineage-specific odb10 and odb12 databases, compatible with BUSCO v5.0.0 and up.
Example:
busco -l <busco database path> <other options>
Paths to available databases
- /isg/shared/databases/busco/odb10/
- /isg/shared/databases/busco/odb12/
CellRanger
The latest versions of 10X Genomics’ CellRanger databases are available on Mantis. This directory contains human, mouse, and rat genomic and transcriptomic reference data, compatible with all versions of CellRanger.
Example:
cellranger count --transcriptome <cellranger database path> <other options>
Paths to available databases
- /isg/shared/databases/cellranger/v2020A/
- /isg/shared/databases/cellranger/v2024A/