Skip to content

Commit

Permalink
increase window again; 10 causes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Oct 31, 2024
1 parent 1ff9ebb commit e38f2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/main_with_beagle.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ params {
phasing = [
engine: "beagle",
impute: true,
window: 10
window: 20
]
}
2 changes: 1 addition & 1 deletion modules/local/phasing/beagle.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process BEAGLE {
chrom=${chr_mapped}:${phasing_start}-${phasing_end} \\
map=${map_beagle} \\
impute=${impute_param} \\
window=${window} \\
window=${window}
# for every phased.vcf.gz file, remove sites with DR2 < 0.8
for file in *.phased.vcf.gz; do
Expand Down

0 comments on commit e38f2b3

Please sign in to comment.