Skip to content
Snippets Groups Projects
Commit 61238e93 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update pipes.py

parent 0445c550
No related branches found
No related tags found
No related merge requests found
Pipeline #53530 passed
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment