google-deepmind / alphafold3

AlphaFold 3 inference pipeline.
Other
5.14k stars 578 forks source link

fix misconfigured path to the templates db #27

Closed aozalevsky closed 1 week ago

aozalevsky commented 1 week ago

fixes #26 so hmmsearch can proceed:

I1113 09:18:38.635883 140015615063616 subprocess_utils.py:68] Launching subprocess "/hmmer/bin/hmmsearch --noali --cpu 8 --F1 0.1 --F2 0.1 --F3 0.1 -E 100 --incE 100 --domE 100 --incdomE 100 -A /tmp/tmp_lkirt4p/output.sto /tmp/tmp_lkirt4p/query.hmm databases/pdb_seqres_2022_09_28.fasta"
I1113 09:18:44.688891 140015615063616 subprocess_utils.py:97] Finished Hmmsearch in 6.053 seconds
google-cla[bot] commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Augustin-Zidek commented 1 week ago

Fixed slightly differently in https://github.com/google-deepmind/alphafold3/commit/3c27a149a25b6c8930ce68cfeb2a6cbb9afb3359. Thanks again!