Skip to content

Commit

Permalink
[#3] Updated QC workflow README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaddis committed Mar 12, 2020
1 parent 7d08a47 commit fba5c9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion genotype_array_qc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ The steps in this workflow are as follows:

Sample command:
```
# First merge to account for datasets that have already been split
plink \
--bfile [INPUT_BED_BIM_FAM_PREFIX] \
--split-x b37 no-fail \
--merge-x no-fail \
--make-bed \
--out tmp.merge_x
# Now split
plink \
--bfile tmp.merge_x \
--split-x b37 \
--make-bed \
--out [OUTPUT_BED_BIM_FAM_PREFIX]
```
Expand Down

0 comments on commit fba5c9d

Please sign in to comment.