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
69bd318e
Commit
69bd318e
authored
Sep 15, 2017
by
Mathieu Giraud
Browse files
split-from-imgt.py: do not pollute germline sequences with comments
See
#2598
.
parent
7f7033a8
Changes
1
Show whitespace changes
Inline
Side-by-side
germline/split-from-imgt.py
View file @
69bd318e
...
...
@@ -138,7 +138,6 @@ def gap_j(seq):
if
seqs
in
CUSTOM_118
:
print
"# Custom 118 position in %s"
%
seq
pos
=
CUSTOM_118
[
seqs
]
seq
=
seq
.
replace
(
'
\n
'
,
" # Custom
\n
"
)
else
:
m
=
j118
.
search
(
seq
)
...
...
Mathieu Giraud
@magiraud
mentioned in issue
#2598 (closed)
·
Sep 15, 2017
mentioned in issue
#2598 (closed)
mentioned in issue #2598
Toggle commit list
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