Skip to content

Commit

Permalink
updating seqfu tests in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorpaisie committed Oct 2, 2024
1 parent 1832275 commit 8d84645
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions seqfu/1.20.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ WORKDIR /data
RUN ls -l /usr/local/bin && \
seqfu --version && seqfu --help

# Running seqfu on test staph-b test dataset
FROM app AS test

RUN mkdir tests && cd tests && \
wget -q https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123_1.fastq.gz && \
wget -q https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123_2.fastq.gz && \
seqfu check SRR13957123_1.fastq.gz SRR13957123_2.fastq.gz && \
seqfu count -f SRR13957123_1.fastq.gz -r SRR13957123_2.fastq.gz
seqfu check SRR13957123_1.fastq.gz SRR13957123_2.fastq.gz > seqfu_check_test.txt && \
seqfu count -f SRR13957123_1.fastq.gz -r SRR13957123_2.fastq.gz > seqfu_count_test.txt

0 comments on commit 8d84645

Please sign in to comment.