forked from jyhehir/mobster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·22 lines (15 loc) · 757 Bytes
/
install.sh
File metadata and controls
executable file
·22 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env bash
echo "Downloading additional resources"
git lfs pull
gunzip ./resources/repmask/alu_l1_herv_sva_other_grch38_ucsc.rpmsk.gz
gunzip ./resources/repmask/alu_l1_herv_sva_other_grch38_accession_ucsc.rpmsk.gz
echo "Starting mobster build..."
mvn clean
cd ./lib/jar
mvn install:install-file -Dfile=java-yield-1.0-SLIMJAR.jar -DgroupId=java-yield -DartifactId=java-yield -Dversion=1.0-SLIMJAR -Dpackaging=jar
mvn install:install-file -Dfile=picard-1.113.jar -DgroupId=net.sf.picard -DartifactId=picard -Dversion=1.113 -Dpackaging=jar
mvn install:install-file -Dfile=samtools-1.113.jar -DgroupId=net.sf.samtools -DartifactId=samtools -Dversion=1.113 -Dpackaging=jar
cd ../..
mvn compile -U
mvn package
cp ./lib/Mobster.properties ./target