Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hervé MENAGER
galaxy-cwl-is-docker
Commits
a02d51eb
Commit
a02d51eb
authored
Jun 14, 2019
by
Hervé MENAGER
Browse files
draft bioblend script to upload workflows and data during build
parent
a7eae16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
upload_material.py
0 → 100644
View file @
a02d51eb
from
bioblend.galaxy
import
GalaxyInstance
import
json
BASE_URL
=
'http://localhost:8080'
KEY
=
'111111111111111111111'
gi
=
GalaxyInstance
(
url
=
BASE_URL
,
key
=
KEY
)
cwl_wf
=
json
.
load
(
open
(
'/app/workflow-is-cwl/workflows/cmsearch-multimodel-wf.packed.cwl'
,
'r'
))
gi
.
workflows
.
import_workflow_dict
(
cwl_wf
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment