Skip to content

Commit

Permalink
Create JBrowse instance, add assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jan 28, 2025
1 parent af80ee6 commit 9530b72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/docker-conf/Dockerfile-main
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ COPY --chown=pombase:pombase conf/docker-healthcheck docker-healthcheck

RUN (cd /var/www/html/jbrowse; ./bin/generate-names.pl)

RUN (cd /pombase; jbrowse create jbrowse2; \
jbrowse add-assembly /pombase/bgzip_chromosomes/Schizosaccharomyces_pombe_all_chromosomes.fa.gz --name pombe_v1 --load copy --type bgzipFasta --out jbrowse2
)

RUN (cd pombase-website; ln -fs /pombase/main_config.json .; \
cp etc/update_vars.sh /pombase/ && \
npm install -g yarn; \
Expand Down

0 comments on commit 9530b72

Please sign in to comment.