listPipelines <- getPipelines("WTSI")
for (pipelineIndex in 1:length(listPipelines)) {
print(paste(listPipelines[pipelineIndex],"-",
getName("pipeline_stable_id","pipeline_name",listPipelines[pipelineIndex])))
}
Run the code above in your browser using DataLab