harijay (Hariharan Jayaram)

Name
Hariharan Jayaram
Website/Blog
http://www.code-itch.com
Company
http://www.bioscreencast.com
Member Since
May 21, 2008 (about 1 year)

Following 2 githubbers and watching 5 repositories view all →

Public Repositories (4)

  • protein-crystallization-gridmaker

    A module of python classes that create 96 well crystallization screen dispense lists for the Form...

    legend

    Last updated Tue Oct 20 05:42:34 -0700 2009

  • GridZilla

    wxpython GUI for protein-crystallization-gridmaker

    legend

    Last updated Sun Sep 27 09:44:16 -0700 2009

  • xtaltools

    Python scripts to aid certain aspects of crystallographic analysis

    legend

    Last updated Tue Sep 22 10:49:59 -0700 2009

  • cldumpread

    Python modules that read Windaq files and use numpy to compute chloride dump assay values

    legend

    Last updated Thu Sep 03 08:49:46 -0700 2009

Public Activity feed

harijay pushed to master at harijay/protein-crystallization-gridmaker Tue Oct 20 05:42:35 -0700 2009
HEAD is b0212060152e98c3cb03e992e5e236422587310d
  • Hari committed b0212060:
    Corrected font size in pdf writer for large component lists
harijay pushed to master at harijay/protein-crystallization-gridmaker Tue Oct 20 04:51:00 -0700 2009
HEAD is 0463d22ed288f5ab1e0f54cbe6d1ffd65fbdc454

2 commits »

harijay pushed to master at harijay/protein-crystallization-gridmaker Thu Oct 15 10:14:55 -0700 2009
HEAD is 5f103cd45aa9cc5e0789883c32342d3f59f84f30
  • harijay committed 5f103cd4:
    Shortened rather wordy buffer ph > pka +- 2.5 error
harijay pushed to master at harijay/protein-crystallization-gridmaker Thu Oct 15 09:54:37 -0700 2009
HEAD is 68bc01ff58a34da13b2b9b5b9f1d0f272f509ba2
  • harijay committed 68bc01ff:
    Modified Buffer volume calculation method. When pH was = Pka zero division error was resulting . Also changed check for buffer input. If pH was greater than 2.5 units away from pKa . Raised a buffer incompatibility error
harijay pushed to master at harijay/protein-crystallization-gridmaker Tue Sep 29 09:53:07 -0700 2009
HEAD is b1c061210e1b9bbf0b07573ad8c0e63ebd3f488d
  • harijay committed b1c06121:
    Float roundoff was creating errors with buffers : fixed with round(self.volleft) check