AlphaFold
1. INCD Local Installation
The INCD team prepare a local installation of AlphaPhold using a container based on UDOCKER (instead of DOCKER) and includes the Genetic Database.
The local installation provide the AlphaFold version 2.1.1 over a container based on Ubuntu 18.04 distribution with cuda-11.0 and cudnn-8.
The main resource target of AlphaFold is the GPU but the application also execute only on the CPU although the performance is substantially worst, see the Run Exemples section bellow.
1.1 Environment
The environment is activate with command
$ module load udocker/alphaphold/2.1.1
this will activate automatically a virtual environment ready to start the AlphaFold container throught the python script run_udocker.py.
1.2 Data Base Location
The Genetic Database is installed bellow the filesystem directory
/users3/data/alphafold
on read-only mode, upgrades may be requested using the helpdesk@incd.pt address.
1.3 run_udocker.py Script
The run_udocker.py script was adapted from the run_docker.py script normally used by AlphaFold with the docker container technology.
The run_udocker.py accept the same options as the run_docker.py script with a few minor changes that we hope it will facilitate user interaction:
environment variableDOWNLOAD_DIRpoints to the default localgenetic database, theThe user may change thecontent,script behavour throught environment variables or command line options, we can see only theoptionchanges bellow:Optional environment variables:
Variable Name Default Value Comment DOWNLOAD_DIR none Genetic database location OUPTPUT_DIR none Output results directory Command line options:
Command Option Mandatory Default Value Comment --data_dir no /users3/data/alphafold Genetic database location, takes precedence over thisDOWNLOAD_DIRenvironmentwhenvariable;bothoptionare selected-- data_dir:output_dirno <working_dir>/output Output results directory, takes precedence over OUTPUT_DIR when both are selected The AlphaFold standard output results directory location is
optional/tmp/alphafoldandbypointsdefault, please note that we change this location to the localgeneticworkingdatabaseby default, takes prececence overdirectory, theenvironmentuservariabalDOWNLOAD_DIR;the output dir points to a subdirectoryoutputon the working directory by default instead of/tmp/alphafold/output;environment variableOUTPUT_DIRmay be used to overwirte the default output directory;option --output_dir may be used tocan select a differentoutputpathdirectory and takes precedence overthrought the environment variable OUTPUT_DIRandor thedefaultcommandoutputlinelocation.option