Schedule perl script as pipeline job? | Ben Bimber | 2010-04-02 10:08 |
Status: Closed | ||
ok, i think i get the idea. is the idea behind the pipeline/result caching approach that some large script will run, then other scripts will consume these results? if so, how do i best get other scripts to use the result of the pipelined script? in our case, I have a time consuming script that runs to produce a large matrix describing kinship coefficients across all colony members. this data rarely changes. I'd like to cache these results such that other scripts can simply take this matrix and perform calculations with it. how would i best go about this? can i save the matrix to a file then get other scripts to import it? where do cached results get saved? |
||