User:Pedrobeltrao/Notebook/Structural analysis of phosphorylation sites/Code: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 16: Line 16:
# Then check out the latest version of the code:
# Then check out the latest version of the code:
   <code>svn checkout http://phospho3d.googlecode.com/svn/trunk/ phospho3d-read-only</code>
   <code>svn checkout http://phospho3d.googlecode.com/svn/trunk/ phospho3d-read-only</code>
#*Project members should check out a write-access copy. You will find your personal checkout
# Before running python scripts, you also need to [http://biskit.pasteur.fr/install/short/|install the Biskit library]
 
 
Note:
  Project members should check out a write-access copy. You will find your personal checkout
   command on the GoogleCode page after signing in:  
   command on the GoogleCode page after signing in:  
   http://code.google.com/p/phospho3d/source/checkout
   http://code.google.com/p/phospho3d/source/checkout
# Before running python scripts, you also need to [http://biskit.pasteur.fr/install/short/|install the Biskit library]




<!-- ## Do not edit below this line unless you know what you are doing. ## -->
<!-- ## Do not edit below this line unless you know what you are doing. ## -->
|}
|}

Revision as of 08:59, 26 September 2009

Structural analysis of phosphorylation sites

Code

We are going to use Perl (Pedro) and Python (Raik). The Python code builds on the Biskit library. Our scripts are available through Google Code:

Access

  1. Install a subversion (svn) client
  2. Then check out the latest version of the code:
 svn checkout http://phospho3d.googlecode.com/svn/trunk/ phospho3d-read-only
  1. Before running python scripts, you also need to the Biskit library


Note:

 Project members should check out a write-access copy. You will find your personal checkout
 command on the GoogleCode page after signing in: 
 http://code.google.com/p/phospho3d/source/checkout