BD2KGenomics / cgcloud

Image and VM management for Jenkins, Spark and Mesos clusters in EC2
Other
22 stars 17 forks source link

Add unzip to toil workers and git to toil leader #134

Open Jeltje opened 8 years ago

Jeltje commented 8 years ago

To allow git clone toil-scripts and to be able to run rnaseq pipelines, which require unzip but don't check for it.

hannes-ucsc commented 8 years ago

Ok with unzip. But git pulls in a rats tail of other stuff. Is there any way we can avoid git?

Jeltje commented 8 years ago

Actually unzip is no longer needed. Git is apparently the new way to get the toil-scripts, so maybe there's another way to pull those in?

hannes-ucsc commented 8 years ago

How about cloning toil-scripts on the head node and rsyncing it over to the leader?

Jeltje commented 8 years ago

I'm just following John's instructions after finding myself unable to rsync a single script (the way we used to). It's all fine with me, but it would be good to agree on something and add the preferred method to the toil-script README.