Skip to content

Commit

Permalink
bwa index
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Sep 6, 2024
1 parent 6392854 commit e3fec39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.ntmprofiler-0.9.9
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ ENV PATH="/opt/conda/bin:${PATH}"
WORKDIR /data

RUN ntm-profiler update_db #--commit ${NTMDB_VER}

RUN for file in /opt/conda/share/ntm-profiler/*fasta ; do bwa index $file ; done

0 comments on commit e3fec39

Please sign in to comment.