Files in the top-level directory in any check-in
- .hgignore
- .hgrc
- 3rd_party
- analysis
- appcontext
- apps
- benchmarks
- bingwa
- components
- data
- db
- doc
- example
- fputils
- genfile
- include
- integration
- legal
- metro
- qcdb
- R
- release
- snptest
- src
- statfile
- string_utils
- test
- uicontext
- worker
- BUGS.txt
- CHANGELOG.txt
- LICENSE
- LICENSE_1_0.txt
- make-qctool-static.sh
- README.md
- README.txt
- TODO.txt
- waf
- waf-1.5.8
- waf-1.5.18
- wscript
bingwa - README
Copyright 2009-2016 Gavin Band, University of Oxford
bingwa is a package for frequentist and bayesian meta-analysis of GWAS. See the website http://www.well.ox.ac.uk/~gav/bingwa for more details.
COMPILATION
Compilation involves two steps: configuration and build. To configure the package, from the top-level directory run
> ./waf-1.5.18 configure
To build the package, run
> ./waf-1.5.18
Then main bingwa executable can be found under build/release/. For debugging purposes, a debug build is also built under build/default/.