Closed thomasvangurp closed 7 years ago
It seems you did not install the repository as is suggested by the README.
When calling git clone
, there's an optional parameter for the new file name. When not included, it defaults to the repository name. Instead of making the symlink, you could
git clone https://github.com/bhofmei/jbplugin-nucdens.git NucleotideDensityPlugin
as specified in the README
orlocation = plugins/jbplugin-nucdens
I'm guessing the symlink for js/View
was necessary due to the installation problem mentioned above. If you ran into this error when creating the nucleotide density track, another way around this is to use "type":"NucDensity"
instead of "type": "NucleotideDensityPlugin/View/Track/NucleotideDensity"
in the track configuration.
Dear Brigitte,
The plugin works great. It does not work out of the box though, I had to make 2 symlinks:
ln -s jbplugin-nucdens NucleotideDensityPlugin
ln -s js/View/
Cheers, Thomas