diff --git a/test/test-bedtools.sh b/test/test-bedtools.sh new file mode 100644 index 0000000000000000000000000000000000000000..283895dd4811cb2cb3b72d555d5a1b74c787019c --- /dev/null +++ b/test/test-bedtools.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release bedtools src code +rm -rf tmp/bedtools-2.28.0 +# copy templates +cp -rf templates/bedtools/2.28.0/data.bedtools.arm.cpu.config ./ +# switch to config +./jarvis -use data.bedtools.arm.cpu.config +# download bedtools src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file