Open adamnovak opened 1 year ago
Cactus now ships a sonLib submodule, but the scritp we ship for the Cactus tutorial for Toil, in https://github.com/DataBiosphere/toil/blob/0afd209252406783aa1841387fafebf3110182f3/src/toil/test/cactus/pestis.tar.gz, doesn't use it. So Cactus fails to install.
We need to add --recursive to the script in the tar file and reupload it.
--recursive
┆Issue is synchronized with this Jira Story ┆Issue Number: TOIL-1291
We could also drop the sudo calls since the Toil appliance ships no sudo binary.
And we could add -e to make the script fail fast.
-e
Cactus now ships a sonLib submodule, but the scritp we ship for the Cactus tutorial for Toil, in https://github.com/DataBiosphere/toil/blob/0afd209252406783aa1841387fafebf3110182f3/src/toil/test/cactus/pestis.tar.gz, doesn't use it. So Cactus fails to install.
We need to add
--recursive
to the script in the tar file and reupload it.┆Issue is synchronized with this Jira Story ┆Issue Number: TOIL-1291