Changes between Version 6 and Version 7 of Modules/Compute/UsingRscripts
- Timestamp:
- 2011-02-24T18:30:05+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Compute/UsingRscripts
v6 v7 79 79 selectedNames <- sliceList(i,number_of_jobs) 80 80 81 //define what other job MOLGENIS should call82 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); 83 83 84 84 //Note: all parameters you pass to submitJob will be automatically passed to the other protocol … … 87 87 }}} 88 88 89 Note how we replaced "trait_names" with "number_of_jobs" because we just want to run all phenotypes :-) 89 Notice how we replaced "trait_names" with "number_of_jobs" because we just want to run all phenotypes :-) 90 91 For completeness the parameters: 90 92 91 93 ||'''Name''' ||'''Datatype''' ||'''Description''' ||