Added FoldIt

FoldIt is a game that allows users to fold proteins. By trial and
error, the player finds the correct way to fold it. These results are
then sent back to researchers will they assist in finding cures for
illnesses such as AIDS and cancer.
This commit is contained in:
Caleb Xu 2014-02-15 10:01:58 -05:00
parent a56bf886e9
commit 9387a67828
1 changed files with 7 additions and 0 deletions

7
Casks/foldit.rb Normal file
View File

@ -0,0 +1,7 @@
class Foldit < Cask
url 'http://fold.it/portal/download/osx'
homepage 'http://fold.it'
version 'latest'
no_checksum
link 'FoldIt.app'
end