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
676ab5bf
Commit
676ab5bf
authored
Aug 22, 2019
by
Thonier Florian
Browse files
fuse.py; add the list of distributions to compute
Link to
#3944
parent
e99d0b77
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/fuse.py
View file @
676ab5bf
...
...
@@ -1029,6 +1029,24 @@ def main():
jlist_fused
=
None
LISTE_D
=
[]
LIST_AXES
=
[
"germline"
,
# "top", # "name"
"seg5"
,
"seg4"
,
"seg3"
,
"lenSeqConsensus"
,
"lenSeqAverage"
,
"GCContent"
,
"coverage"
,
"lenSeq"
,
# "evalue", l'arrondir ?
"seg5_delRight"
,
"seg3_delLeft"
,
"seg4_delRight"
,
"seg3_delLeft"
,
"insert_53"
,
"insert_54"
,
"insert_43"
,
#"seg5_stop", "seg3_start", "seg4_stop", "seg4_start",
"lenCDR3"
,
# "cdr3_stop", "cdr3_start",
"productive"
,
#"junction_start", "junction_stop",
"rearrangement"
,
"complete"
,
]
for
axe1
in
LIST_AXES
:
LISTE_D
.
append
([
axe1
])
for
axe2
in
LIST_AXES
:
if
axe1
!=
axe2
:
LISTE_D
.
append
([
axe1
,
axe2
])
print
(
"### fuse.py -- "
+
DESCRIPTION
)
print
()
...
...
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