https://github.com/bcgsc/ntCard
Revision beba4f46d0f530f02519737192a6d94f9f8fe6b8 authored by Johnathan Wong on 16 January 2020, 00:16:54 UTC, committed by Johnathan Wong on 16 January 2020, 00:25:21 UTC
1 parent 9f53364
Raw File
Tip revision: beba4f46d0f530f02519737192a6d94f9f8fe6b8 authored by Johnathan Wong on 16 January 2020, 00:16:54 UTC
add rna integration test
Tip revision: beba4f4
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top