So you want to set up a lab: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "Here is how I would set up a computational lab. ***DRAFT IN PROGRESS*** = Tier 0 - Requirements and assumptions = This page describes setting up a full research lab. We descr...")
 
No edit summary
 
(61 intermediate revisions by one other user not shown)
Line 1: Line 1:
Here is how I would set up a computational lab. ***DRAFT IN PROGRESS***
Here is how I would set up a computational lab, one that could join the [[Worldwide ZINC]] network.


= Tier 0 - Requirements and assumptions =
{{TOCright}}
This page describes setting up a full research lab. We describe the minimum setup, plus options for expansion.
The entry level assumes you can spend: $20K on servers and $2K on a workstation.
You need someone with system administration experience for 100 hours (3 weeks) for the initial set up, and then 1 day a month for maintenance.


= Tier 1 - Physical level =
= Requirements and assumptions =
We describe an entry level system that can be easily expanded.
This page describes setting up a full computational pharmacology research lab. We describe the minimum setup, plus options for expansion. The entry level assumes you can spend $20K on servers and $2K on a workstation, or you already own equivalent or better hardware. You'll need an acoustically insulated air conditioned room. Expect to spend a month to specify, order and deploy hardware, a week to install operating system level, a week to install middleware, and a week to install our software. Times will be longer if it is your first time.  Once running, expect 1 day/month/cluster plus 1 day/month/rack of sysadmin time to maintain your system.


= Narrative =
Before starting, let's talk about what you need for a successful computational pharmacology cluster. [[Cluster Narrative]].


= Tier 2 - Operating System level =
= Physical level =
Centos 6.3. Foreman.  VM.  
We discuss options for acquiring various sizes of hardware in [[Cluster Theory]]. More thoughts: [[Acquire and deploy hardware]]. Allow a month to obtain and deploy hardware.


Perimeter security. Passwords. Networking.  
= Operating System level =
Here we use Operating system to describe all software components that are not particular to our field. Thus for the purposes of this discussion, python and a queuing system are considered part of the operating system level. [[Install operating system]]. Allow one week for this step.


= Middleware level =
We use middleware to mean 3rd party software required by our software that is specific to our field and that you would not normally expect to find installed on a new computer.
Set up middleware for a [[Compbio middleware | computational drug discovery lab]]. Allow one week for this step.


= Tier 3 - "Middleware" level =
= Our Software =
I hate the word middleware, but here it describes whatever comes between the application you are using and the operating system without which the computer won't even run.
Each product is licensed and distributed separately.  Allow at least a day for each product, more if the previous steps above are incomplete.  
Psql. rdkit. Drupal. Chemaxon. mysql. openbabel. 


* [[Install DOCK 3.7]]
* [[Install SEA]]
* [[Install DOCK 6]]
* [[Install ZINC]]
* [[Install DOCK Blaster]]


= Tier 4 - Computational Biology Software - Server side =  
= Operations =  
Once the system is set up and running, it will need to be maintained. Please see the [[:Category:Sysadmin | system administrator's guide]]


 
[[Category:Sysadmin]]
= Tier 5 - Compuational Biology Software - Client side =
[[Category:Tutorials]]
 
[[Category:Setup]]
 
= Tier 6 - Operations =
Monthly maintenance tasks.
 
 
[[Category:Tutorial]]

Latest revision as of 19:38, 10 January 2019

Here is how I would set up a computational lab, one that could join the Worldwide ZINC network.

Requirements and assumptions

This page describes setting up a full computational pharmacology research lab. We describe the minimum setup, plus options for expansion. The entry level assumes you can spend $20K on servers and $2K on a workstation, or you already own equivalent or better hardware. You'll need an acoustically insulated air conditioned room. Expect to spend a month to specify, order and deploy hardware, a week to install operating system level, a week to install middleware, and a week to install our software. Times will be longer if it is your first time. Once running, expect 1 day/month/cluster plus 1 day/month/rack of sysadmin time to maintain your system.

Narrative

Before starting, let's talk about what you need for a successful computational pharmacology cluster. Cluster Narrative.

Physical level

We discuss options for acquiring various sizes of hardware in Cluster Theory. More thoughts: Acquire and deploy hardware. Allow a month to obtain and deploy hardware.

Operating System level

Here we use Operating system to describe all software components that are not particular to our field. Thus for the purposes of this discussion, python and a queuing system are considered part of the operating system level. Install operating system. Allow one week for this step.

Middleware level

We use middleware to mean 3rd party software required by our software that is specific to our field and that you would not normally expect to find installed on a new computer. Set up middleware for a computational drug discovery lab. Allow one week for this step.

Our Software

Each product is licensed and distributed separately. Allow at least a day for each product, more if the previous steps above are incomplete.

Operations

Once the system is set up and running, it will need to be maintained. Please see the system administrator's guide