Open sarah872 opened 1 year ago
The error traceback shows it is running energy minimization and that is where the error happened:
File "/app/alphafold/alphafold/relax/amber_minimize.py", line 489, in run_pipeline
ret.update(get_violation_metrics(prot))
You probably need --run-relax=false to not use energy minimization.
Hi,
I did run it without relaxation.
I get an error with --run-relax=false
run_alphafold_singularity.py: error: argument --run-relax: ignored explicit argument 'False'
which might be linked to how alphafold is run through singularity? Here are the options:
usage: run_alphafold_singularity.py [-h] --fasta-paths FASTA_PATHS
[FASTA_PATHS ...]
[--max-template-date MAX_TEMPLATE_DATE]
[--db-preset {reduced_dbs,full_dbs}]
[--model-preset {monomer,monomer_casp14,monomer_ptm,multimer}]
[--num-multimer-predictions-per-model NUM_MULTIMER_PREDICTIONS_PER_MODEL]
[--benchmark] [--use-precomputed-msas]
[--data-dir DATA_DIR]
[--docker-image DOCKER_IMAGE]
[--output-dir OUTPUT_DIR] [--use-gpu]
[--run-relax] [--enable-gpu-relax]
[--gpu-devices GPU_DEVICES] [--cpus CPUS]
Maybe the way to specify this option is "--norun_relax".
Hi, I'm running alphafold 2.3.2 through singularity
Someone had a similar issue here during the relaxation, but this does not seem to be the issue here since I'm running alphafold with out.
I'm getting the following error: