This repository documents a PI3K structural biology workflow, including docking validation, structural alignment, and virtual screening against human and fungal targets.
analysis/- all workflow folders, notebooks, and analysis artifactsdata/- reference structures, images, FASTA files, and model outputsinfo.ipynb- main notebook that compiles the project narrative and results
analysis/exercise_1/- ligand and structure preparation for the first exerciseanalysis/exercise_2/- file conversion and preparation utilities for docking inputsanalysis/docking_comparisons/- docking comparison against the crystallographic reference ligandanalysis/structure_alignment/- structural alignment, mutation analysis, and visualizationanalysis/fungal_docking/- docking of fungal models against the selected ligandsanalysis/virtual_screening/- virtual screening workflow and score comparisonanalysis/explanations/- extra figures and explanation notebook material
data/resources/- source FASTA files and supporting reference materialdata/fungal_folding_models/- homology-model outputs for the fungal proteindata/images/- figures used across the notebooks and reportsdata/pdbs/- curated PDB structures and intermediate structural filesdata/docking/- supporting ligand docking inputs
analysis/exercise_1/convert_sdf_to_pdb.sh- converts.sdfinputs to.pdbanalysis/exercise_2/convert_txt_to_pdb.sh- converts ligand text files to.pdbanalysis/structure_alignment/alignment/run_alignment_visualization.sh- runs the PI3K alignment visualization workflowanalysis/virtual_screening/screening/run_screening.sh- runs the virtual screening pipeline with logs
- The root is intentionally compact: the project content now lives under
analysis/anddata/. - The exercise numbering is preserved inside
analysis/because it matches the original project flow. - The top-level tree is now easier to scan, while the scientific folders keep their original internal organization.