File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" && \
Original file line number Diff line number Diff line change 11[project ]
22name = " igblast-ref-builder"
3- version = " 1.0.0-dev1 "
3+ version = " 1.0.0-dev2 "
44description = " Tool to build IMGT archive for igblast."
You can’t perform that action at this time.
0 commit comments