e6e8db340a
The BOLT-LMM software package currently consists of two main algorithms, the BOLT-LMM algorithm for mixed model association testing, and the BOLT-REML algorithm for variance components analysis (i.e., partitioning of SNP-heritability and estimation of genetic correlations).
10 lines
230 B
Bash
10 lines
230 B
Bash
--- example/run_example.sh.orig 2017-11-11 16:45:05 UTC
|
|
+++ example/run_example.sh
|
|
@@ -1,4 +1,6 @@
|
|
-../bolt \
|
|
+#!/bin/sh -e
|
|
+
|
|
+bolt \
|
|
--bfile=EUR_subset \
|
|
--remove=EUR_subset.remove \
|
|
--exclude=EUR_subset.exclude \
|