Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
860f52b9
Commit
860f52b9
authored
Aug 10, 2018
by
Carine Rey
Browse files
if Tdg09 FDR > 1 replace by FDR=1
parent
93f2a7e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/scripts/parse_results_tdg09.py
lib/scripts/parse_results_tdg09.py
+2
-0
No files found.
lib/scripts/parse_results_tdg09.py
View file @
860f52b9
...
...
@@ -71,6 +71,8 @@ for i,line in enumerate(searchlines):
FDR
=
FDR
.
strip
()
if
Site
and
FDR
!=
"NA"
:
FDR
=
float
(
FDR
)
if
FDR
>
1
:
FDR
=
1
fdr
[
int
(
Site
)
-
1
]
=
1
-
FDR
if
Site
and
lnLconv
!=
"NA"
and
lnLnoconv
!=
"NA"
:
...
...
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