Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7675abf1
Commit
7675abf1
authored
Sep 11, 2018
by
Mikaël Salson
Browse files
segmenter.py: Remove `-i` useless option
Fixes
#3430
, vdj#706
parent
51f6c35c
Pipeline
#39252
passed with stages
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/segmenter.py
View file @
7675abf1
...
...
@@ -55,7 +55,7 @@ def segment_sequences(sequences):
germline_folder
=
defs
.
DIR_VIDJIL
+
'/germline/'
## config de vidjil
config
=
'-c segment
-i
-2 -3 -g germline'
config
=
'-c segment -2 -3 -g germline'
config
=
config
.
replace
(
' germline'
,
germline_folder
)
## commande complete
...
...
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