Skip to content

Commit

Permalink
don't filter mind on the chromosome level
Browse files Browse the repository at this point in the history
  • Loading branch information
ameintjes committed Jul 17, 2018
1 parent a6e4e9a commit 20aed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imputation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ process qc_plink_to_chrm {
--chr ${chromosome} --allow-no-sex --make-bed \
--out ${data_bed.baseName}.chr${chromosome}
plink2 --bfile ${data_bed.baseName}.chr${chromosome} \
--mind ${params.cut_mind} --allow-no-sex --recode \
--allow-no-sex --recode \
--out ${data_bed.baseName}.chr${chromosome}_clean_mind
plink2 --file ${data_bed.baseName}.chr${chromosome}_clean_mind \
--allow-no-sex --list-duplicate-vars ids-only suppress-first \
Expand Down

0 comments on commit 20aed0c

Please sign in to comment.