Changes between Initial Version and Version 1 of Ticket #5578, comment 7
- Timestamp:
- Nov 17, 2021, 11:09:32 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5578, comment 7
initial v1 5 5 $ qsub -q gpu.q -cwd -l h_rt=12:00:00 -l compute_cap=37,gpu_mem=10000M -S /usr/bin/python3 ./run_af21.py --fasta_paths=6wxq.fasta --model_preset=multimer --is_prokaryote_list=true 6 6 }}} 7 8 Failed after an hour due to an AlphaFold docker error where it needs cuda 11.1 but only requests cuda 11.0. (https://github.com/deepmind/alphafold/issues/224) I will rebuild the singularity image to fix this as suggested in the AlphaFold bug report.