Skip to content

Input files and scripts for running AlphaFold on VSC clusters

Notifications You must be signed in to change notification settings

vscentrum/vsc-alphafold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vsc-alphafold

Input files and scripts for running AlphaFold on VSC clusters

Extract timings from AlphaFold output

outfile='example.out'
timing_data=$(grep 'Final timings' $outfile | sed 's/.*Final timings[^:]*://g')
python extract_timings.py "$timing_data"

Example output (for AlphaFold v2.1.2 on 12 cores + 1x A100 80GB @ HPC-UGent Tier-2 accelgor cluster)

$ python extract_timings.py "$timing_data"
MSA: 1002.1820905208588
predict: 450.7836320400238
relax: 51.146129846572876

About

Input files and scripts for running AlphaFold on VSC clusters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published