af2complex icon indicating copy to clipboard operation
af2complex copied to clipboard

help setting the env for alphafold

Open outlierd29 opened this issue 2 years ago • 1 comments

I want to run the script to create my features from alphafold (https://github.com/FreshAirTonight/af2complex/blob/main/example/run_fea_gen.sh), but i am not sure how to set up my environment for this. Should downloading all the dbs would be enough? is there a more accesible way to create features (maybe outside of this repository)

outlierd29 avatar Feb 23 '23 20:02 outlierd29

You need all dbs plus all third party tools for sequence alignments. This Dockerfile provides all tools you need to install. Just do it step by step if you are not building a docker container.

Note that you do not need to apply the patches listed in the Dockerfile as they have been applied in our modified source code.

FreshAirTonight avatar Feb 23 '23 22:02 FreshAirTonight