Changes between Version 6 and Version 7 of Modules/Compute/UsingRscripts


Ignore:
Timestamp:
2011-02-24T18:30:05+01:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Compute/UsingRscripts

    v6 v7  
    7979        selectedNames <- sliceList(i,number_of_jobs)
    8080
    81         //define what other job MOLGENIS should call
    82         submitJob(command="onetraitqtlmapping", genotypes_name=genotypes_name, phenotypes_name=phenotypes_name, traitnames=selectedNames);
     81        //define what other 'compute protocol' MOLGENIS should call (obviously the one we defined above)
     82        submitJob(command="OneTraitQtlMapping", genotypes_name=genotypes_name, phenotypes_name=phenotypes_name, traitnames=selectedNames);
    8383
    8484        //Note: all parameters you pass to submitJob will be automatically passed to the other protocol
     
    8787}}}
    8888
    89 Note how we replaced "trait_names" with "number_of_jobs" because we just want to run all phenotypes :-)
     89Notice how we replaced "trait_names" with "number_of_jobs" because we just want to run all phenotypes :-)
     90
     91For completeness the parameters:
    9092
    9193||'''Name''' ||'''Datatype''' ||'''Description''' ||