Skip to content
GitLab
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
e3237089
Commit
e3237089
authored
Mar 29, 2018
by
Hanna JULIENNE
Browse files
fix main
parent
a889f9c2
Changes
1
Show whitespace changes
Inline
Side-by-side
impute_jass/impute_jass/__main__.py
View file @
e3237089
...
...
@@ -14,7 +14,7 @@ def launch_chromosome_imputation(args):
z_file
=
"{0}/z_{1}_{2}.txt"
.
format
(
args
.
zscore_folder
,
args
.
gwas
,
args
.
chrom
)
zscore
=
pd
.
read_csv
(
z_file
)
imputer
.
chromosome_imputation
(
args
.
chrom
,
zscore
,
args
.
ref_
panel
,
args
.
ld_folder
)
imputer
.
chromosome_imputation
(
args
.
chrom
,
zscore
,
args
.
ref_
folder
,
args
.
ld_folder
)
def
add_chromosome_imputation_argument
(
parser
):
parser
.
add_argument
(
'--chrom'
,
required
=
True
,
help
=
"chromosome to impute to the chr\d+ format"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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