Git Product home page Git Product logo

Comments (5)

miesav avatar miesav commented on May 20, 2024 1

Ran into this as well. This worked so far after running the download scrips:

ln -s mgy_clusters_2018_12.fa mgy_clusters_2018_08.fa

from alphafold.

xiaoyongzhu avatar xiaoyongzhu commented on May 20, 2024

You might want to copy and rename mgy_clusters.fa to mgy_clusters_2018_08.fa. This seems to be a small bug since Deepmind have updated some of the names of the files

from alphafold.

joemin avatar joemin commented on May 20, 2024

it looks like the provided download script downloads mgy_clusters_2018_12.fa instead of mgy_clusters_2018_08.fa. DeepMind should probably either avoid public-facing versioned naming or update their scripts.

a fix in addition to the one that @miesav provided is to change line 60 in docker/run_docker.py from
DOWNLOAD_DIR, 'mgnify', 'mgy_clusters_2018_08.fa')
to
DOWNLOAD_DIR, 'mgnify', 'mgy_clusters_2018_12.fa')
which worked for me!

from alphafold.

joemin avatar joemin commented on May 20, 2024

PR is open for this now:
#68

from alphafold.

tfgg avatar tfgg commented on May 20, 2024

Fixed by 20a7057 - apologies for the typo.

from alphafold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.