diff --git a/checkin_notes b/checkin_notes index 347ed41bb9..a278975c54 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5804,3 +5804,9 @@ Rom 18 June 2009 clientgui/ browser.cpp + +David 18 June 2009 + - setup script: remove old pymw stuff + + py/Boinc/ + setup_project.py diff --git a/doc/projects.inc b/doc/projects.inc index bd29f12f84..01d26f45a8 100644 --- a/doc/projects.inc +++ b/doc/projects.inc @@ -3,6 +3,14 @@ $biomed = array( "Biology and Medicine", array( + array( + "POEM@HOME", + "http://boinc.fzk.de/poem/", + "University of Karlsruhe", + "Protein structure prediction", + "POEM@HOME uses a computational approach to predict the biologically active structure of proteins, to understand the signal-processing mechanisms when the proteins interact with one another, to understand diseases related to protein malfunction or aggregation, and to develop new drugs on the basis of the three-dimensions structure of biologically important proteins.", + "poem.jpg" + ), array( "Docking@Home", "http://docking.cis.udel.edu/", diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 833b98ea17..1ccdce550c 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -358,13 +358,13 @@ sys.path.insert(0, os.path.join('%s', 'py')) 'sample_bitwise_validator', 'sample_trivial_validator', 'file_deleter', 'sample_dummy_assimilator', 'sample_assimilator', 'sample_work_generator', - 'single_job_assimilator', 'pymw_assimilator', + 'single_job_assimilator', 'update_stats', 'db_dump', 'db_purge', 'show_shmem', 'census' ]) map(lambda (s): install(srcdir('tools',s), dir('bin',s)), [ 'create_work', 'xadd', 'dbcheck_files_exist', 'run_in_ops', 'update_versions', 'parse_config', 'grep_logs', 'db_query', 'watch_tcp', 'sign_executable', 'dir_hier_move', - 'pymw_setup', 'dir_hier_path' ]) + 'dir_hier_path' ]) map(lambda (s): install(srcdir('lib',s), dir('bin',s)), [ 'crypt_prog' ]) map(lambda (s): install(srcdir('sched',s), dir('',s)),