add alphafold module
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "AlphaFold"
|
||||
module-url "https://github.com/deepmind/alphafold/"
|
||||
module-license "Code: Apache 2.0 License. Parameters: Noncommercial CC-BY-NC 4.0"
|
||||
module-maintainer "Greta Assmann <greta.assmann@psi.ch"
|
||||
|
||||
module-help "The AlphaFold 2 protein structure prediction method by Google DeepMind.
|
||||
|
||||
Jumper, J., Evans, R., Pritzel, A. et al. Highly accurate protein structure prediction with AlphaFold. Nature (2021). https://doi.org/10.1038/s41586-021-03819-2
|
||||
"
|
||||
|
||||
setenv ALPHAFOLD_HOME "$PREFIX/alphafold"
|
||||
setenv ALPHAFOLD_ENV "$PREFIX/miniconda/envs/alphafold_$V"
|
||||
|
||||
Reference in New Issue
Block a user