GeneMANIA / pipeline

GeneMANIA data processing pipeline
1 stars 1 forks source link

refactor for parallelization #17

Open kzuberi opened 9 years ago

kzuberi commented 9 years ago

Many of the data processing steps can be executed in parallel, however some steps particularly in the engine data portion of the pipeline are currently unnecessarily serial.

In particular, the cache-builder step creates one output at a time although those files are independent, reorganizing the snakefile and possibly revising corresponding engine program would speed this bottleneck.

Other steps in this part of the process may also lend themselves to similar reorganization (needs investigation).