This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Where to add --allow-no-sex in MakeReference (SNP2HLA)

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 answer

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'

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

Log in to answer this question.