Difference between revisions of "AlphaFold"

From UFRC
Jump to navigation Jump to search
Line 7: Line 7:
 
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
|{{#vardefine:policy|}}        <!--POLICY-->
+
|{{#vardefine:policy|1}}        <!--POLICY-->
 
|{{#vardefine:testing|}}      <!--PROFILING-->
 
|{{#vardefine:testing|}}      <!--PROFILING-->
 
|{{#vardefine:faq|}}            <!--FAQ-->
 
|{{#vardefine:faq|}}            <!--FAQ-->
Line 42: Line 42:
 
|}}
 
|}}
 
<!--Policy-->
 
<!--Policy-->
{{#if: {{#var: policy}}|==Usage Policy==
+
{{#if: {{#var: policy}}|==Usage Example==
  
WRITE USAGE POLICY HERE (Licensing, usage, access).
+
To simplify the usage use the 'run_alphafold.sh' script. Simple run example:
 +
 
 +
run_alphafold.sh -d $HPC_ALPHAFOLD_REF -o test/ -m model_1 -f query.fasta -t 2020-05-14
 +
 
 +
  
 
|}}
 
|}}

Revision as of 17:28, 28 July 2021

Description

alphafold website  

This package provides an implementation of the inference pipeline of AlphaFold v2.0. This is a completely new model that was entered in CASP14 and published in Nature. For simplicity, we refer to this model as AlphaFold throughout the rest of this document.

Environment Modules

Run module spider alphafold to find out what environment modules are available for this application.

System Variables

  • HPC_ALPHAFOLD_DIR - installation directory
  • HPC_ALPHAFOLD_BIN - executable directory



Usage Example

To simplify the usage use the 'run_alphafold.sh' script. Simple run example:

run_alphafold.sh -d $HPC_ALPHAFOLD_REF -o test/ -m model_1 -f query.fasta -t 2020-05-14


Citation

If you publish research that uses alphafold you have to cite it as follows:

@Article{AlphaFold2021,
 author  = Jumper, John and Evans, Richard and Pritzel, Alexander and Green, Tim and Figurnov, Michael and Ronneberger, Olaf 
and Tunyasuvunakool, Kathryn and Bates, Russ and {\v{Z{\'\i}dek, Augustin and Potapenko, Anna and Bridgland, Alex and Meyer, 
Clemens and Kohl, Simon A A and Ballard, Andrew J and Cowie, Andrew and Romera-Paredes, Bernardino and Nikolov, Stanislav and 
Jain, Rishub and Adler, Jonas and Back, Trevor and Petersen, Stig and Reiman, David and Clancy, Ellen and Zielinski, Michal and 
Steinegger, Martin and Pacholska, Michalina and Berghammer, Tamas and Bodenstein, Sebastian and Silver, David and Vinyals, Oriol 
and Senior, Andrew W and Kavukcuoglu, Koray and Kohli, Pushmeet and Hassabis, Demis},
  journal = {Nature},
  title   = {Highly accurate protein structure prediction with {AlphaFold}},
  year    = {2021},
  doi     = {10.1038/s41586-021-03819-2},
  note    = {(Accelerated article preview)}, 
https://www.nature.com/articles/s41586-021-03819-2