-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD.sh
30 lines (30 loc) · 1.59 KB
/
BUILD.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
docker build --no-cache -t stephenturner/akt akt/
docker build --no-cache -t stephenturner/angsd angsd/
docker build --no-cache -t stephenturner/bcftools bcftools/
docker build --no-cache -t stephenturner/beagle beagle/
docker build --no-cache -t stephenturner/beagle4 beagle4/
docker build --no-cache -t stephenturner/beagle5 beagle5/
docker build --no-cache -t stephenturner/bedtools bedtools/
docker build --no-cache -t stephenturner/bgzip bgzip/
docker build --no-cache -t stephenturner/bwa bwa/
docker build --no-cache -t stephenturner/core core/
docker build --no-cache -t stephenturner/dragmap dragmap/
docker build --no-cache -t stephenturner/edirect edirect/
docker build --no-cache -t stephenturner/fgbio fgbio/
docker build --no-cache -t stephenturner/gatk gatk/
docker build --no-cache -t stephenturner/htslib htslib/
docker build --no-cache -t stephenturner/kraken2 kraken2/
docker build --no-cache -t stephenturner/minimap2 minimap2/
docker build --no-cache -t stephenturner/mosdepth mosdepth/
docker build --no-cache -t stephenturner/mutserve mutserve/
docker build --no-cache -t stephenturner/ped-sim ped-sim/
docker build --no-cache -t stephenturner/rasusa rasusa/
docker build --no-cache -t stephenturner/rtg rtg/
docker build --no-cache -t stephenturner/samtools samtools/
docker build --no-cache -t stephenturner/seqkit seqkit/
docker build --no-cache -t stephenturner/snpeff snpeff/
docker build --no-cache -t stephenturner/snpsift snpsift/
docker build --no-cache -t stephenturner/tabix tabix/
docker build --no-cache -t stephenturner/vt vt/
docker build --no-cache -t stephenturner/wgsim wgsim/