Downloads
Name | Description | Number of Sequences | File Size | File Extension | Last Updated | Download |
PHAST-BSD Bacterial Database | Locally curated database of bacterial proteins sequences, used for deep annotation mode. | 16,000,000 | 6GB | .db | Dec 22, 2020 | file_download |
Prophage Database | Locally curated database of phage protein sequences, used for phage region identification. | 420,000 | 128MB | .db | Dec 22, 2020 | file_download |
Swissprot Database | Bacterial sequence database curated by UniProt, used for lite annotation mode. | 569,000 | 269MB | .fasta | Mar 01, 2023 | file_download |
Docker Image | Docker Image containing the PHASTEST back end code, used to run PHASTEST pipeline locally. | n/a | 1.2GB | .zip | Feb 24, 2023 | file_download |
Docker Database | PHASTEST phage database and bacterial sequence database prepared for use with the PHASTEST Docker image. | n/a | 12GB | .zip | Feb 24, 2023 | file_download |
PHASTEST Docker Set Up Instructions
1. Download PHASTEST docker image and docker database above
2. Unzip the PHASTEST docker image
3. Move content of docker database file to the "/path/to/dockerfile/phastest-app-docker/DB" directory
4. Run container with "docker compose run phastest -i genbank -a {genbank_accession}" if input file is genbank accession
5. Run container with "docker compose run phastest -i fasta -s {input_file.fna}" if input file is FASTA sequence
6. Run container with "docker compose run phastest -i contig -s {input_file.fna}" if input file is metagenomic contig
7. For more details, run "docker compose run phastest help"