I am setting up a local Galaxy instance on my laptop and want to have reference genomes available. I used the example in https://galaxyproject.org/events/gcc2014/training-day/data-managers/ 16:10-16:30 Install a DataManager from the ToolShed
As indicated, I set Galaxy.yml (not “universe_wsgi.ini”) made the change
enable_data_manager_user_view = True
and installled
data_manager_fetch_genome_all_fasta
from the toolshed. When run, the history showed the dbkey was created, but when I tried to use it with HISAT2 no reference genome was found. What do I need to do to make the reference genome dbkey available to use as a reference genome?