Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-tools/downloadPangenomeTools
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ fi

# minigraph
cd ${pangenomeBuildDir}
git clone https://github.com/lh3/minigraph.git
git clone https://github.com/glennhickey/minigraph.git
pushd minigraph
git checkout v0.21
git checkout 4636f2d42864ee7a32c082d23097fb226acd2a67
# hack in flags support
sed -i Makefile -e 's/CFLAGS=/CFLAGS+=/' -e 's/LIBS=/LIBS+=/'
LIBS="${jemallocLib}" make -j ${numcpu}
Expand Down