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
Araformatics group
Araformatics project
Commits
1feb0c33
Commit
1feb0c33
authored
Dec 08, 2021
by
Schoorlemmer, Joran
Browse files
Update extractdiffanalysis.py
parent
341f9317
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/extractdiffanalysis.py
View file @
1feb0c33
...
...
@@ -52,7 +52,7 @@ def extractpadj(csv_file):
try
:
padj
=
float
(
line_info
[
6
].
strip
())
except
:
padj
=
float
(
line_info
[
6
].
strip
()
)
padj
=
line_info
[
6
].
strip
()
p_dict
[
gene_name
]
=
padj
return
p_dict
...
...
@@ -108,4 +108,4 @@ def main(csv_names, out_file_fold, out_file_p):
# Run script
if
__name__
==
"__main__"
:
main
(
argv
[
1
],
argv
[
2
],
argv
[
3
])
\ No newline at end of file
main
(
argv
[
1
],
argv
[
2
],
argv
[
3
])
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