Closed nanxstats closed 7 years ago
Even though the task is completed, it does not download.
Just a quick fix: while tsk$download()
does not work tsk$file()$download()
works well
Same problem here but the tsk$file()$download()
work around doesn't work for me.
Hi @ihelbig @astewart-twist ,
-- this should be fixed by https://github.com/sbg/sevenbridges-r/commit/45c8ec91bfb79537aa50a582196e5e3f6ed3e05f , could you please try installing the GitHub version and test if it works? Thank you.
In the current implementation, downloading task output files should work as expected; downloading running tasks will not throw errors, and no actual files will be downloaded.
If this works, we will try to release this version to Bioconductor soon, presumably next week.
Thanks again for reporting issues, please feel free to do so if any further issues are encountered when using this package, it will help us a lot on improving the package quality.
-Nan
Yup, that one works!
I was able to get around this btw with tsk$file()[[1]]$download("downloads/")
for each file. Not terribly inconvenient to iterate through, but the single method call directly off of tsk
is very much appreciated.
Thanks!
@astewart-twist -- terrific! Thanks a lot for the test. Really happy to hear that the patch works.
Investigate the task download issue mentioned in https://github.com/sbg/sevenbridges-r/issues/51