Skip to content

Commit

Permalink
modified: cre.vcf2cre.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Oct 3, 2018
1 parent 0ea6e85 commit 67a899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cre.vcf2cre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
> $project.ped
for sample in `cat samples.txt`
do
echo -e "1\t"$sample"\t0\t0\t0\t0\n" >> $project.ped
echo -e "1\t"$sample"\t0\t0\t0\t0" >> $project.ped
done
ped=$project.ped
fi
Expand Down

0 comments on commit 67a899b

Please sign in to comment.