Skip to content

Commit

Permalink
Update lab_8.md
Browse files Browse the repository at this point in the history
  • Loading branch information
owensgl authored Mar 5, 2024
1 parent cdc418d commit ab50df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ bcftools query -l chinook.g5.m2.c5.d5.20miss.subsample.vcf.gz | grep Chilcotin >
```
Now we next calculate Weir and Cockerhams FST from our vcf
```
vcftools --gzvcf chinook.g5.m2.c5.d5.20miss.subsample.vcf.gz${VCF} \
vcftools --gzvcf chinook.g5.m2.c5.d5.20miss.subsample.vcf.gz \
--weir-fst-pop chilko.txt \
--weir-fst-pop chilcotin.txt \
--out chinook.g5.m2.c5.d5.20miss.subsample
Expand Down

0 comments on commit ab50df7

Please sign in to comment.