Closed thomasvangurp closed 7 years ago
Hmm
One thing I would make sure of is that the folder is in
plugins/MultiBigWig
Instead of
plugins/multibigwig
It is case sensitive sometimes. I think I might be able to fix that codewise but let me know if that helps
Thx for the fast reply! that did the trick 👍
solynta@APP02:/var/www/jbrowse/plugins$ ls -lhat MultiBigWig
lrwxrwxrwx 1 solynta solynta 11 Jun 2 17:18 MultiBigWig -> multibigwig
Perfect...I think there could possibly be a way to fix it so the code doesn't care how it is named so I'll keep this open. Cheers
Uses relative paths now :) https://github.com/elsiklab/multibigwig/commit/39d651859a0b0ecf558a6afb8172390ca3b026f8
The plugin tries to get main.js using a http get request, resulting in a 404 error. Strangely enough, getting 'main.js' for RegexSequenceSearch does not result in such an error:
it does not appear to be a permissions issue though:
what could be the reason for this? e.g. solynta.jbrowse.com is not publicly accessible.