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
genotoul-bioinfo
jflow
Commits
29a171e4
Commit
29a171e4
authored
Dec 19, 2016
by
Floreal Cabanettes
Browse files
Remove debug lines
parent
0c005219
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
29a171e4
...
...
@@ -863,8 +863,6 @@ class Workflow(threading.Thread):
def
_write_parameters
(
self
):
ofile
=
self
.
directory
+
"/.wf-parameters.txt"
params
=
self
.
get_parameters_per_groups
()[
0
]
print
(
ofile
)
print
(
params
)
with
open
(
ofile
,
"w"
)
as
wfile
:
for
group
,
g_params
in
params
.
items
():
wfile
.
write
(
"#"
+
group
+
"
\n
"
)
...
...
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