Changes between Version 3 and Version 4 of RichardAsyncinterview

Show
Ignore:
Timestamp:
2008/02/12 14:19:34 (16 years ago)
Author:
jmfernandez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RichardAsyncinterview

    v3 v4  
    11= Richard Async usecase = 
    22 
    3 Richard has applications that take a long time to process their data. They are compute-intensive. This includes building phylogenetic trees, microarray statistical analysis [http://www.jax.org/staff/churchill/labsite/software/Rmaanova/ !R/Maanova]  and analyzing genotype information to build population structure for crop germplasm [http://pritch.bsd.uchicago.edu/software/structure2_1.html Structure] and [http://cbsuapps.tc.cornell.edu/InStruct.aspx !InStruct]. 
     3Richard has applications that take a long time to process their data. They are compute-intensive. This includes building phylogenetic trees, microarray statistical analysis [http://www.jax.org/staff/churchill/labsite/software/Rmaanova/ R/Maanova]  and analyzing genotype information to build population structure for crop germplasm [http://pritch.bsd.uchicago.edu/software/structure2_1.html Structure] and [http://cbsuapps.tc.cornell.edu/InStruct.aspx !InStruct]. 
    44 
    55Currently, these applications are run as command-line jobs. It would be ideal if they could be exposed as services, so that they can be used within pipelines, or launched from off-site. Some preliminary efforts underway with SoapLab, but the long run-time of these applications prevents naive synchronous methods for exposing them.