Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed Feb 28, 2017
1 parent 282b40a commit 8d127d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Gender.sh.tt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cd "[% dirs.tmp %]"

# same step as kinship, but easier to segregate and repeat (runs fast, saves a depedency)
# same step as kinship, but easier to segregate and repeat (runs fast, saves a dependency)
[% opt.VCFTOOLS_PATH %]/vcftools --temp "[% dirs.tmp %]" --out "[% dirs.tmp %]/gender_input" --vcf "[% vcf_path %]" --plink
cut -f 1-6 "[% dirs.tmp %]/gender_input.ped" > "[% dirs.tmp %]/gender_input.fam"

Expand Down

0 comments on commit 8d127d8

Please sign in to comment.