Home > Folding > Folding v0.4.1 “shanghai” Release

Folding v0.4.1 “shanghai” Release

Please consider downloading the latest version of folding instead.

After ten days of improvements, minor code fixes and a very thorough audit done by a concerned reader (Thanks Jeff) I am proud to release folding v0.4.1 codename “shanghai”.

This release does not address any major bug fixes. It should contain the same functionality, but the code has been cleaned up and improved.

As usual if you’ve already installed this application there is no need to upgrade. If you have never run the folding client on your machine please consider it. See Stanfords Protein Folding site for more details.

Downloads available below:

Folding v0.4.1 “shanghai” zip

Folding v0.4.1 “shanghai” tar

Folding v0.4.1 “shanghai” bz2

As usual, bugs may be reported in the comments section here or by emailing me directly. Full details on use of the application(s) are contained within the README file.

Categories: Folding Tags:
  1. September 1st, 2007 at 13:30 | #1

    Is this the same project as the one that participates in World Community Grid? Would that mean that if I already run World Community Grid through the BOINC client that there is no need for me to install it?

  2. September 1st, 2007 at 14:05 | #2

    I don’t think it is the same thing. Although it is good that you’re already donating your CPU time to something!

  3. September 1st, 2007 at 21:00 | #3

    folding-install.sh:
    # Useless use of cat detected
    foldinghome=$(cat /etc/passwd | awk -F: ‘/folding/{print $6}’)

    # The exact same thing sans cat … |
    foldinghome=$(awk -F: ‘/folding/{print $6}’ /etc/passwd)

    Other than that and a few readability gripes, looks good! Nice work Christer

  4. September 2nd, 2007 at 07:30 | #4

    If you make another release then change the finstall download location from http://www.vendomar.ee to ra.vendomar.ee. The www usually redirects to ra, but sometimes it does not and it is better to use a direct hostname.

  5. October 15th, 2007 at 08:13 | #5

    It literally says “INSTALLING… PLEASE BE PATIENT \n”

    you seem to have put in an unnecessary newline

  1. No trackbacks yet.