Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
6d7e8a28
Commit
6d7e8a28
authored
Jan 29, 2018
by
Floreal Cabanettes
Browse files
Remove debug
parent
c8f0d38c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/job_manager.py
View file @
6d7e8a28
...
...
@@ -329,7 +329,6 @@ class JobManager:
args
=
[
"-t"
,
self
.
config
.
nb_threads
,
self
.
target
.
get_path
(),
self
.
get_query_split
()]
else
:
args
=
[
"-t"
,
self
.
config
.
nb_threads
,
"-X"
,
self
.
target
.
get_path
(),
self
.
target
.
get_path
()]
print
(
args
)
return
self
.
launch_to_cluster
(
step
=
"start"
,
batch_system_type
=
batch_system_type
,
command
=
self
.
config
.
minimap2_cluster_exec
,
...
...
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