Use when working from the local Evo 2 `phage_gen` project to design or analyze bacteriophage genomes, competition assays, or Gibson assembly fragments.
Project-specific gateway for /home/vimalinx/Projects/bio_studio/repositories/active/evo2/phage_gen. The local repo contains pipeline scripts, analysis utilities, environment YAMLs, and reference data for phage genome design, especially the genome design filtering workflow described in the subproject README.
/home/vimalinx/Projects/bio_studio/repositories/active/evo2/phage_genpipelines/genome_design_filtering_pipeline.pypipelines/genome_design_filtering_pipeline_config_template.yamlphage_gen/data/# Enter the local phage_gen project
cd /home/vimalinx/Projects/bio_studio/repositories/active/evo2/phage_gen
# Copy the config template, edit it, then run the Python pipeline directly
cp pipelines/genome_design_filtering_pipeline_config_template.yaml my_run.yaml
python pipelines/genome_design_filtering_pipeline.py my_run.yaml
# Run downstream analysis utilities
python analysis/competition_analysis.py
python analysis/genome_gibson_assembly.py
phage_gen subproject, not from generic phage-design prose.environments/ if you want the full workflow rather than just code inspection.genome_design_filtering_pipeline.sh is a Slurm template with literal /path/to/... placeholders. It is not runnable as-is.environments/genome_design.yaml and environments/genome_visualization.yaml.