├── LICENSE ├── README.md ├── alphafold_install.py ├── imgs └── Tina.jpg ├── rcsb_pdb_4D2I.fasta └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/README.md -------------------------------------------------------------------------------- /alphafold_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/alphafold_install.py -------------------------------------------------------------------------------- /imgs/Tina.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/imgs/Tina.jpg -------------------------------------------------------------------------------- /rcsb_pdb_4D2I.fasta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/rcsb_pdb_4D2I.fasta -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoveFishoO/AlphafoldInstallation/HEAD/requirements.txt --------------------------------------------------------------------------------