Where to add --allow-no-sex in MakeReference (SNP2HLA)
1
0
Entering edit mode
7.1 years ago
khn ▴ 130

Hello,

This might be the very basic question, but I have hard time adding "--allow-no-sex". I am doing as below in order to create the referece panel on SNP2HLA. I need to add "--allow-no-sex" somewhere below, but I could not succeed.

./MakeReference.csh /home/MYNAME/SNP2HLA_package_v1.0.3/MakeReference/MYFILE /home/MYNAME/SNP2HLA_package_v1.0.3/MakeReference//MYFILE_HLA.ped /home/MYNAME/SNP2HLA_package_v1.0.3/MakeReference/MYFILE_REF ./plink

Can anyone please teach me?

Thank you in advance!

SNP genome gene • 1.1k views
ADD COMMENT
0
Entering edit mode
7.1 years ago

That's a PLINK command - you could replace this line (inside MakeReference.csh)

alias plink '$4 --noweb --silent'

by

alias plink '$4 --noweb --silent --allow-no-sex'
ADD COMMENT
0
Entering edit mode

Thank you so much. It worked very well!! Thank you again!

ADD REPLY

Login before adding your answer.

Traffic: 1471 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6