galaxy-cloudman-playbook icon indicating copy to clipboard operation
galaxy-cloudman-playbook copied to clipboard

galaxyprojectdotorg.tools role does not exist in galaxyFS.yml

Open hackdna opened this issue 8 years ago • 5 comments

The README file says on lines 205-208:

If you wish to use this playbook only to install some Galaxy tools, comment out all roles except galaxyprojectdotorg.tools in galaxyFS.yml file. You may also want to comment out the pre_tasks, depending on where you are running this.

However, there is no galaxyprojectdotorg.tools role in galaxyFS.yml, so it's not clear which roles to remove. Also, it is not clear which pre_tasks to remove.

hackdna avatar Mar 31 '16 16:03 hackdna

That should be galaxy-tools role: https://github.com/galaxyproject/galaxy-cloudman-playbook/blob/master/galaxyFS.yml#L41

All the pre-tasks can be commented but that depends if the dirs those pre-tasks already exist, although it really doesn't hurt to leave them uncommented.

If you're trying to just install some tools, this playbook may be a bit easier to digest: https://github.com/afgane/galaxy-tools-playbook

afgane avatar Mar 31 '16 16:03 afgane

I see, thanks. I'm trying to install some tools, customize some .loc files, as well as job_conf.xml. What would be the best approach?

hackdna avatar Mar 31 '16 17:03 hackdna

You can probably customize the basic playbook (https://github.com/afgane/galaxy-tools-playbook) a bit then and just add a couple of tasks there that change .locs and job_conf.xml as desired.

afgane avatar Mar 31 '16 19:03 afgane

OK, thanks. I should have mentioned that I also need to produce a galaxyFS archive that could be used in our private Cloud Launch instance along with a custom galaxyIndices volume (which I've already prepared manually).

hackdna avatar Mar 31 '16 19:03 hackdna

Ahh - then take back what I said and use this playbook - it has provisions to build the archive and all. If you run it a couple of times as tests, you'll get a hang of how it behaves. Also feel free to send me the config you're using if you run into problems and I can take a look.

afgane avatar Mar 31 '16 19:03 afgane