This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to automatically remove the --noweb prompt from plink1.7

There is an automatic prompt in executing plink commands that can be avoided by adding the --noweb flag to your command. However, is there a setting in plink 1.7 that can totally prevent the prompt from popping up?

plink gwas

1 answer

If you are running the program from the command line you could simply define an alias:

alias plinknw='plink --noweb'

when you call plinknw you can still add all other parameters.

Log in to answer this question.