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
Statistical-Genetics
RAISS
Commits
34e954d3
Commit
34e954d3
authored
May 04, 2022
by
Hanna JULIENNE
Browse files
correct LOGO
parent
883db9e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
raiss/__main__.py
View file @
34e954d3
import
argparse
import
pandas
as
pd
import
sys
from
raiss.filter_format_output
import
filter_output
from
raiss.imputation_launcher
import
ImputationLauncher
from
raiss.pipes
import
save_chromosome_imputation
...
...
@@ -47,12 +48,6 @@ def add_chromosome_imputation_argument():
return
(
parser
)
def
main
():
parser
=
add_chromosome_imputation_argument
()
args
=
parser
.
parse_args
()
args
.
func
(
args
)
if
__name__
==
"__main__"
:
print
(
""
,
file
=
sys
.
stderr
)
print
(
" ******* ******* ******* ******* *******"
,
file
=
sys
.
stderr
)
print
(
" ** ** ** ** *** ** **"
,
file
=
sys
.
stderr
)
...
...
@@ -63,6 +58,13 @@ if __name__=="__main__":
print
(
" ** ** ** ** ******* ******* *******"
,
file
=
sys
.
stderr
)
print
(
""
,
file
=
sys
.
stderr
)
print
(
""
,
file
=
sys
.
stderr
)
parser
=
add_chromosome_imputation_argument
()
args
=
parser
.
parse_args
()
args
.
func
(
args
)
if
__name__
==
"__main__"
:
main
()
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