Derek Ruths
Derek Ruths
The output for a task should be saved such that it can be retrieved at a later time.
The use of temporary files makes this a bit clunky, but possible to trace back to the original code block. But it would be better to transform the stack trace...
``` sh task1: ### Align the networks using the CGRAAL algorithm. http://bio-nets.doc.ic.ac.uk/C-GRAAL/ Basically, a common-neighbor model. ### code.sh: touch $PLN(empty_similarity.txt) ```