File: build_docker.sh

package info (click to toggle)
transdecoder 5.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 29,088 kB
  • sloc: perl: 11,574; python: 271; sh: 147; makefile: 73
file content (12 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

VERSION=`cat VERSION.txt`

rm -f ./*simg


docker build -t trinityrnaseq/transdecoder:$VERSION .
docker build -t trinityrnaseq/transdecoder:latest .