Code Monkey home page Code Monkey logo

colabgcndesign's Issues

[Feature suggestion] saving a config file

Saving a config file like this would be helpful to review the previous run's settings.

{
    "pdbcode": "1bdd"
    "chains": ["A","B"],
    "nstruct": 10,
    "prob_cut": 0.8,
    "scorefxn": "ref2015",
    "keep": ["1A", "2A", "10B"],
    "unused": ["C", "H", "W"],
    "include_init_restype": true,
    "fastdesign_iterations": 3,
    "paramin": "None"
}

Download link for pyrosetta is dead

Currently, the download link for pyrosetta is hard-corded as
https://graylab.jhu.edu/download/PyRosetta4/archive/release/PyRosetta4.MinSizeRel.python37.linux/PyRosetta4.MinSizeRel.python37.linux.release-316.tar.bz2
but this link is now dead.

So we need to replace this to the one available today such as
https://graylab.jhu.edu/download/PyRosetta4/archive/release/PyRosetta4.MinSizeRel.python37.linux/PyRosetta4.MinSizeRel.python37.linux.release-328.tar.bz2

Skip pyrosetta downloading if directory exists

When restarting the runtime on Google Colab
downloading pyrosetta again will be a waste of time.
I suggest adding the following line
if not os.path.isdir("/content/PyRosetta"):

to here

"!mkdir /content/PyRosetta\n",
"!cd /content/PyRosetta && wget -O _PyRosetta_.tar.bz2 --no-check-certificate --user $USER --password $PASSWORD http://graylab.jhu.edu/download/PyRosetta4/archive/release/PyRosetta4.MinSizeRel.python37.linux/PyRosetta4.MinSizeRel.python37.linux.release-316.tar.bz2\n",
"!tar xjf /content/PyRosetta/_PyRosetta_.tar.bz2 -C /content/PyRosetta --strip-components=1\n",

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.