We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171040 commit 1469b54Copy full SHA for 1469b54
1 file changed
.env.example
@@ -2,8 +2,8 @@
2
# Runtime settings
3
OOD_RESULTS_URL_BASE=/pun/sys/dashboard/files/fs
4
PFOLD_SCRIPT_FILE=/path/to/proteinfold/bin/start-alphafold2.sh
5
-PFOLD_NATIVE_DEFAULT=-A your_project;-l select=1:ncpus=2:mem=4gb;-l walltime=48:00:00
6
-PFOLD_NATIVE_GPU=-l select=1:ncpus=8:ngpus=1:mem=124gb;-l walltime=12:00:00
+PFOLD_NATIVE_DEFAULT="-A your_project;-l select=1:ncpus=2:mem=4gb;-l walltime=48:00:00"
+PFOLD_NATIVE_GPU="-l select=1:ncpus=8:ngpus=1:mem=124gb;-l walltime=12:00:00"
7
8
# Pipeline locations
9
PFOLD_RUN_ENVIRONMENT=prod
0 commit comments