Skip to content

Commit 56e3a88

Browse files
committed
Remove old install script
1 parent 1ca839a commit 56e3a88

File tree

4 files changed

+1
-165
lines changed

4 files changed

+1
-165
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt update -y && \
1616
# FORCAST uses both Python 2 and 3 for some reason
1717
python python3-pip \
1818
# Bioinformatics tools used when installing new genomes
19-
bwa bedtools samtools ncbi-blast+ && \
19+
bwa bedtools samtools ncbi-blast+ \
2020
# FORCAST primer design feature after setup
2121
primer3 && \
2222
# Remove lists pulled by apt update for consistent images

Diff for: src/installation/install.sh

-156
This file was deleted.

Diff for: src/installation/requirements.txt

-3
This file was deleted.

Diff for: src/installation/requirements_v3.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)