Skip to content

Commit

Permalink
Don't text index transcripts, introns or exons
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Feb 3, 2025
1 parent 36a6cf6 commit 53c54c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker-conf/Dockerfile-main
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN if [ $database_name = 'pombase' ]; \
then \
(cd /pombase/jbrowse2; \
ln -s /pombase/gff/Schizosaccharomyces_pombe_all_chromosomes_*_strand.gff3 .; \
jbrowse text-index); \
jbrowse text-index --exclude=CDS,five_prime_UTR,intron,lncRNA,mRNA,pseudogenic_transcript,rRNA,snRNA,sncRNA,snoRNA,tRNA,three_prime_UTR); \
fi

RUN (cd pombase-website; \
Expand Down

0 comments on commit 53c54c0

Please sign in to comment.