Skip to content

Commit

Permalink
adding the ability to create the blast_track json file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Mar 11, 2024
1 parent e4ed09b commit 0b51569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jbrowse2/Dockerfile.mkzip
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN ../../../bin/make_embed_config.pl --release $RELEASE
RUN ../../../bin/make_global_config.pl --release $RELEASE > config.json

RUN cp config.json /usr/share/nginx/html/tools/genome/jbrowse2/config.json
RUN cp /blast_tracks.json /usr/share/nginx/html/tools/genome/jbrowse2/blast_tracks.json
RUN cp /blast_tracks.txt /usr/share/nginx/html/tools/genome/jbrowse2/blast_tracks.txt

RUN mkdir -p /usr/share/nginx/html/tools/genome/jbrowse2/embed/
RUN cp *embed.json /usr/share/nginx/html/tools/genome/jbrowse2/embed/
Expand Down

0 comments on commit 0b51569

Please sign in to comment.