Viromics2024: Ideas for Projects

Project ideas involving functional annotation

running phold

phold - for functional annotation using protein structures

#!/bin/bash
#SBATCH --job-name phold
#SBATCH --partition=gpu
#SBATCH --cpus-per-task=32
#SBATCH --output phold_%j_1.out
#SBATCH --gres=gpu:1
#SBATCH --mail-type=ALL

## load gpu module
module load nvidia/cuda/12.1.0

# conda environment
source /vast/groups/VEO/tools/miniconda3_2024/etc/profile.d/conda.sh

conda activate pholdENV_v0.2.0_gpu

phold predict -i pharokka.gbk -o phold_predict_output
phold compare -i pharokka.gbk -o phold_compare_output  --predictions_dir phold_predict_output -t 32

database for phold: -d /veodata/01/databases/phold/v240724/

Comparing functional annotation between pharokka and genomad

Other ideas for detailed analyses projects

Ideas for research proposal projects

Check the papers we mention in the main link of project design.