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
61238e93
Commit
61238e93
authored
Apr 12, 2021
by
Hanna JULIENNE
Browse files
Update pipes.py
parent
0445c550
Pipeline
#53530
passed with stages
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
raiss/pipes.py
View file @
61238e93
...
...
@@ -41,7 +41,6 @@ def save_chromosome_imputation(gwas, chrom, window_size, buffer_size,
# Formatting and filtering
# and Saving results
minimum_ld
=
20
z_fo
=
"{0}/z_{1}_{2}{3}.txt"
.
format
(
output_folder
,
gwas
,
chrom
,
tag
)
filter_output
(
imputed_zscore
,
z_fo
,
float
(
R2_threshold
),
minimum_ld
=
float
(
minimum_ld
))
print
(
"Save imputation done at {0}"
.
format
(
z_fo
))
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