ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

Dev #184

Closed drosofff closed 8 years ago

drosofff commented 8 years ago

implement galaxykickstart_from_workflow.py to create a Galaxy server flavor from .ga workflow file(s). Running galaxykickstart_from_workflow.py from the script folder

In addition, a scripts/galaxykickstart_from_workflow_templates folder contains the template files

mvdbeek commented 8 years ago

@drosofff you'll have to rebase this on top of the current master branch.

So while you're on this branch, fetch from the GalaxyKickstart remote (git fetch origin, I guess). Then git rebase origin/master should do it. (This reverts all commits, and then plays them back on top of the current master branch). You'll probably have to resolve a few conflicts in the .travis.yml.

drosofff commented 8 years ago

So while you're on this branch

means the dev branch, right ?

mvdbeek commented 8 years ago

Yes

drosofff commented 8 years ago

Fix ansible-artimed to GalaxyKickStart before merge