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
khalid
radsex
Commits
9f5c4a59
Commit
9f5c4a59
authored
Aug 11, 2017
by
Romain Feron
Browse files
Merge branch 'master' of github.com:INRA-LPGP/radseq_analyses_pipeline
parents
a4199a60
9e6df59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
radseq_analysis/modules/rescue.py
View file @
9f5c4a59
...
...
@@ -57,7 +57,7 @@ def fill_individual_data(stacks, individual_data, coverage):
for
name
,
data
in
individual_data
.
items
():
if
haplotype_id
in
data
.
keys
():
if
coverage
:
temp
[
name
]
=
int
(
int
(
data
[
haplotype_id
])
*
coverage
[
name
])
temp
[
name
]
=
int
(
int
(
data
[
haplotype_id
])
/
coverage
[
name
])
else
:
temp
[
name
]
=
data
[
haplotype_id
]
...
...
Write
Preview
Supports
Markdown
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