about summary refs log tree commit diff
path: root/pkgs/applications/science/biology/freebayes/builder.sh
blob: a9f56e77d7e3706359cb8a285638a9929682b5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source $stdenv/setup

unpackPhase

cd freebayes-*

make

mkdir -p $out/bin
cp bin/freebayes bin/bamleftalign $out/bin
cp scripts/* $out/bin