From 6455484c7b7fa6f09a71aa1142ffc10245cbbbb9 Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Fri, 3 Nov 2023 02:30:58 +0000 Subject: [PATCH] add test/test-bedtools.sh. Signed-off-by: lixiang_yewu --- test/test-bedtools.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/test-bedtools.sh diff --git a/test/test-bedtools.sh b/test/test-bedtools.sh new file mode 100644 index 00000000..283895dd --- /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 -- Gitee