You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/posebusters_method_interaction_analysis_plotting.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
"\"alphafold3\": \"AF3\",\n",
143
143
"}\n",
144
144
"\n",
145
-
"MAX_POSEBUSTERS_BENCHMARK_ANALYSIS_PROTEIN_SEQUENCE_LENGTH = 2000 # Only PoseBusters Benchmark targets with protein sequences below this threshold can be analyzed"
145
+
"MAX_POSEBUSTERS_BENCHMARK_ANALYSIS_PROTEIN_SEQUENCE_LENGTH = 700 # Only PoseBusters Benchmark targets with protein sequences below this threshold can be analyzed"
Copy file name to clipboardExpand all lines: notebooks/posebusters_method_interaction_analysis_plotting.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@
107
107
"alphafold3": "AF3",
108
108
}
109
109
110
-
MAX_POSEBUSTERS_BENCHMARK_ANALYSIS_PROTEIN_SEQUENCE_LENGTH=2000# Only PoseBusters Benchmark targets with protein sequences below this threshold can be analyzed
110
+
MAX_POSEBUSTERS_BENCHMARK_ANALYSIS_PROTEIN_SEQUENCE_LENGTH=700# Only PoseBusters Benchmark targets with protein sequences below this threshold can be analyzed
#SBATCH --qos=shared # use specified partition for job
149
-
#SBATCH --image=registry.nersc.gov/m5008/acmwhb/posebench:0.0.1 # use specified container image
150
-
#SBATCH --account=m5008 # use specified account for billing (e.g., `m5008` for AI4Science projects)
151
-
#SBATCH --nodes=1 # NOTE: this needs to match Lightning's `Trainer(num_nodes=...)`
152
-
#SBATCH --ntasks-per-node=1 # NOTE: this needs to be `1` on SLURM clusters when using Lightning's `ddp_spawn` strategy`; otherwise, set to match Lightning's quantity of `Trainer(devices=...)`
153
-
#SBATCH --time=00-05:00:00 # time limit for the job (up to 2 days: `02-00:00:00`)
154
-
#SBATCH --job-name=inference_analysis_sweep # job name
#SBATCH --ntasks-per-node=1 # NOTE: this needs to be `1` on SLURM clusters when using Lightning's `ddp_spawn` strategy`; otherwise, set to match Lightning's quantity of `Trainer(devices=...)`
153
+
#SBATCH --mem={cpu_memory_in_gb}G # NOTE: use `--mem=0` to request all memory "available" on the assigned node
154
+
#SBATCH -t {time_limit} # time limit for the job (up to two days: `2-00:00:00`)
155
+
#SBATCH -J posebench_{method}_ensembling # job name
156
+
#SBATCH --output=R-%x.%j.out # output log file
157
+
#SBATCH --error=R-%x.%j.err # error log file
158
+
module purge
159
+
module load cuda/11.8.0_gcc_9.5.0
160
+
# determine location of the project directory
161
+
use_private_project_dir=false # NOTE: customize as needed
0 commit comments