#!/bin/bash
# RTG Tools
# https://github.com/RealTimeGenomics/rtg-tools
apt install -y ant
target=/opt
cd $target
git clone https://github.com/RealTimeGenomics/rtg-tools.git
cd rtg-tools
ant runalltests
ant zip-nojre
cd $target
unzip ${target}/rtg-tools/dist/*
沒有留言:
張貼留言