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
ng6
Commits
616f3286
Commit
616f3286
authored
Nov 19, 2019
by
Romain Therville
🐭
Browse files
Update for the Run and Analysis classes.
- 2 useless prints removed. issue#129
parent
7c169bce
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ng6/analysis.py
View file @
616f3286
...
...
@@ -729,8 +729,6 @@ class Analysis (Component):
new_relative_path
=
os
.
path
.
join
(
ng6conf
.
get_space_directory
(
space_id
),
self
.
DIRECTORIES_STRUCTURE
,
directory_name
)
new_absolute_path
=
os
.
path
.
join
(
ng6conf
.
get_save_directory
(),
new_relative_path
)
print
(
"space_id "
+
space_id
+
"
\n
OLD"
+
old_path
)
print
(
"NEW"
+
new_absolute_path
)
str_cmd
=
""
retcode
=
-
1
...
...
src/ng6/run.py
View file @
616f3286
...
...
@@ -480,8 +480,6 @@ class Run(object):
new_relative_path
=
os
.
path
.
join
(
ng6conf
.
get_space_directory
(
space_id
),
self
.
DIRECTORIES_STRUCTURE
,
directory_name
)
new_absolute_path
=
os
.
path
.
join
(
ng6conf
.
get_save_directory
(),
new_relative_path
)
print
(
"space_id "
+
space_id
+
"
\n
OLD"
+
old_path
)
print
(
"NEW"
+
new_absolute_path
)
str_cmd
=
""
retcode
=
-
1
...
...
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