File: spades_holybox_compile.sh

package info (click to toggle)
spades 3.13.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,172 kB
  • sloc: cpp: 136,213; ansic: 48,218; python: 16,809; perl: 4,252; sh: 2,115; java: 890; makefile: 507; pascal: 348; xml: 303
file content (17 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

# Script for compiling SPAdes using holy build box
# To compile spades run
# docker run -u $(id -u):$(id -g) -t -i -v <path to SPAdes repository:/spades/ --rm cab/spades-buildbox6-64:2.0.0-a4  bash /spades/assembler/src/tools/spades_holybox_compile.sh

set -e
source /hbb_exe/activate

set -x

cd /spades/assembler
./spades_compile.sh -DSPADES_STATIC_BUILD=1

cd build_spades
make package