Skip to content

Commit

Permalink
fa to fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Dec 7, 2023
1 parent 1b51871 commit a72c6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.vcfpredict-0.9.8r1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]" \
about.summary="container for the vcf predict workflow"

COPY bin/ /opt/bin/
COPY resources/tuberculosis.fa ~/tuberculosis.fa
COPY resources/tuberculosis.fasta ~/tuberculosis.fasta

ENV PATH=/opt/bin:$PATH

Expand Down Expand Up @@ -76,4 +76,4 @@ ENV PATH="/opt/conda/bin:${PATH}"
RUN tb-profiler update_tbdb --commit ${TBDB_VER}

#pre-add our TB reference
RUN tb-profiler update_tbdb --match_ref ~/tuberculosis.fa
RUN tb-profiler update_tbdb --match_ref ~/tuberculosis.fasta

0 comments on commit a72c6d1

Please sign in to comment.