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
genotoul-bioinfo
jflow
Commits
51d10ea0
Commit
51d10ea0
authored
Jun 13, 2014
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
f35fc12b
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/types.py
View file @
51d10ea0
...
...
@@ -56,7 +56,7 @@ def inputfile(file):
uri_object
=
urlparse
(
file
)
# check the file
if
uri_object
.
scheme
==
''
:
localfile
(
file
)
return
localfile
(
file
)
else
:
urlfile
(
file
)
return
urlfile
(
file
)
\ No newline at end of file
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