galaxy-cloudman-playbook
galaxy-cloudman-playbook copied to clipboard
galaxyprojectdotorg.tools role does not exist in galaxyFS.yml
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.
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
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?
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 .loc
s and job_conf.xml
as desired.
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).
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.