copy_tree_from wasn't actually making any symlinks.
authorDiane Trout <diane@ghic.org>
Tue, 18 Jun 2013 00:19:22 +0000 (17:19 -0700)
committerDiane Trout <diane@ghic.org>
Tue, 18 Jun 2013 00:19:22 +0000 (17:19 -0700)
commit032bcfb3733bd54953cd29be54b9de8cfb1f5cc4
tree98aa60eff5b9d74f8a04035f2704a3a40d274417
parentf5b34b413dc6174e783fc57e314cc8a7c29e85ac
copy_tree_from wasn't actually making any symlinks.

It turns out at some point the results class switched to using
full paths. this meant my os.path.join's didn't work as it
didn't modify fullly qualified paths.

This patch converts the result lib path to a relative path based
on the destination so it can compute source paths more easily.
htsworkflow/submission/results.py