Skip to content

Commit 37c2e8a

Browse files
committed
Fix igblast-ref-builder image
1 parent b555f73 commit 37c2e8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/igblast-ref-builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ RUN mkdir -p "${IGBLAST_DIR}" && \
7575
wget -q -O ncbi-igblast.tar.gz "https://ftp.ncbi.nih.gov/blast/executables/igblast/release/${IGBLAST_VERSION}/ncbi-igblast-${IGBLAST_VERSION}-src.tar.gz" && \
7676
tar -xvzf ncbi-igblast.tar.gz --one-top-level=ncbi-igblast --strip-components=1 && rm -f ncbi-igblast.tar.gz && \
7777
cd ncbi-igblast/c++ && ./configure && make -j"$(nproc)" && make install && \
78-
mkdir -p "${IGBLAST_DIR}/bin" && cp /ncbi-igblast/c++/ReleaseMT/bin/igblastn "${IGBLAST_DIR}/bin/" && \
78+
mkdir -p "${IGBLAST_DIR}/bin" && cp /ncbi-igblast/c++/ReleaseMT/bin/* "${IGBLAST_DIR}/bin/" && \
7979
chmod 755 "${IGBLAST_DIR}/bin/igblastn" && \
80-
cd / && rm -rf ncbi-igblast* ; \
80+
cd / ; \
8181
fi && \
8282
wget -q -O ncbi_human_c_genes.tar "https://ftp.ncbi.nih.gov/blast/executables/igblast/release/database/ncbi_human_c_genes.tar" && \
8383
mkdir -p "${IGBLAST_DIR}/database" && \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[project]
22
name = "igblast-ref-builder"
3-
version = "1.0.0-dev1"
3+
version = "1.0.0-dev2"
44
description = "Tool to build IMGT archive for igblast."

0 commit comments

Comments
 (0)