Diff of /gwas/gcta/README.txt [000000] .. [8790ab]

Switch to unified view

a b/gwas/gcta/README.txt
1
PROGRAM: GCTA
2
3
DESCRIPTION: Genome-wide Complex Trait Analysis
4
5
AUTHOR: Jian Yang, Hong Lee, Mike Goddard, Zhili Zheng, Jian Zeng, Zhihong Zhu, 
6
Andrew Bakshi, Robert Marie and Peter Visscher
7
8
CONTACT: jian.yang@uq.edu.au
9
10
2010-2017 
11
12
The binary are released under MIT License. As the license of the dependency packages, 
13
you shall turn to the licenses for the usage other than academic.
14
15
DOCUMENTATION: http://cnsgenomics.com/software/gcta/
16
17
INSTALLATION: When you have downloaded a zip or gzipped archive with an
18
executable binary, no installation is necessary. NOTE: If there is a 
19
bin folder, you should put all files in that folder all together, copy
20
gcta64 out only will not work.
21
22
USAGE: Type "gcta64" or "./gcta64" from the command line followed by the
23
options of choice (see documentation) NOTE: you probably need to run 
24
"chmod a+x gcta" to get the correct permission to execute the program.
25
26
EXAMPLE DATA: Four example files test.bed, test.bim, test.fam and test.phen 
27
are included in the distribution; for example, once GCTA is installed try running:
28
29
     gcta64 --bfile test --make-grm --out test
30
31
     gcta64 --reml --grm test --pheno test.phen --out test
32
33
     etc...
34
35
In Mac or Windows version, the example files locates in the parent folder of gcta64. 
36