Changes between Version 9 and Version 10 of FAQ


Ignore:
Timestamp:
09/02/21 14:22:21 (3 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v9 v10  
    213213  * Modify the environment with a path to the required data:
    214214    * export ALPHAFOLD_DATA_PATH=/alphafold/data
     215  * [Optional] Get information about the 'alphafold' command:
     216{{{
     217singularity run -B $ALPHAFOLD_DATA_PATH:/data -B .:/etc \
     218--pwd /app/alphafold \
     219--nv /alphafold/alphafold_2.0.0.sif --helpshort
     220}}}
    215221  * Run the main AlphaFold 2.0 command, like
    216222   {{{