Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lidia Contreras Ochando
clowdflows
Commits
72ab5e41
Commit
72ab5e41
authored
May 19, 2015
by
vpodpecan
Browse files
new muse stuff
parent
813a195a
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/MUSE_v3/library.py
View file @
72ab5e41
...
...
@@ -125,6 +125,18 @@ def MUSE_PG_preprocessing(input_dict):
#end
def
MUSE_PG_SRL
(
input_dict
):
url
=
input_dict
[
'url'
]
tokens
=
input_dict
[
'tokens'
]
import
socket
socket
.
setdefaulttimeout
(
None
)
cli
=
JSONWSPClient
(
url
)
result
=
cli
.
PG_SRL
(
tokens
=
tokens
)
srl
=
result
.
response_dict
[
'result'
]
return
{
'srl'
:
srl
}
#end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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