freebsd-ports/biology/bolt-lmm/files/patch-example_run__example.sh
Jason W. Bacon e6e8db340a biology/bolt-lmm: Mixed model association testing and variance component analysis
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).
2019-05-26 03:36:49 +00:00

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 \