From: Hans Vasquez-G. <hav...@uc...> - 2021-04-30 00:48:21
|
Hi JBrowse team, I am trying to install SashimiPlot plugin in JBrowse. I already have another plugin enabled on JBrowse (VariantEffectPlugin), so plugins are generally working. I performed the same steps to enable it. 1) In the plugins folder, cloned the git repo 2) Renamed git folder from sashimiplot to SashimiPlot 3) Added configuration to jbrowse.conf [ plugins.SashimiPlot ] location = plugins/SashimiPlot [ plugins.VariantEffectPlugin ] location = plugins/VariantEffectPlugin 4) Added track configuration to tracks.conf [tracks.pachon_adult_ovary_rep2_bam] urlTemplate=pachon_adult_ovary_n7.rep2.sorted.bam storeClass=JBrowse/Store/SeqFeature/BAM type=SashimiPlot/View/Track/Sashimi chunkSizeLimit = 50000000 useXS = true category = Sashimi label = Pachon Adult Ovary rep2 sashimi The result is the following screenshot. [image: Screenshot from 2021-04-29 17-40-44.png] Did I do something wrong during the installation? Thank you, -Hans |