Changes between Version 9 and Version 10 of FAQ
- Timestamp:
- 09/02/21 14:22:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v9 v10 213 213 * Modify the environment with a path to the required data: 214 214 * export ALPHAFOLD_DATA_PATH=/alphafold/data 215 * [Optional] Get information about the 'alphafold' command: 216 {{{ 217 singularity run -B $ALPHAFOLD_DATA_PATH:/data -B .:/etc \ 218 --pwd /app/alphafold \ 219 --nv /alphafold/alphafold_2.0.0.sif --helpshort 220 }}} 215 221 * Run the main AlphaFold 2.0 command, like 216 222 {{{