https://github.com/bcgsc/ntCard
Revision a3617321f5b2063e96c2f27d3ff26501ddbae4d6 authored by mohamadi on 26 February 2017, 19:06:06 UTC, committed by mohamadi on 26 February 2017, 19:06:06 UTC
1 parent 15ce07e
Raw File
Tip revision: a3617321f5b2063e96c2f27d3ff26501ddbae4d6 authored by mohamadi on 26 February 2017, 19:06:06 UTC
Added feature: specify prefix for output histogram files
Tip revision: a361732
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top