Nate Coraor
Nate Coraor
I fixed all the paths and whatnot, but the DM fails. The handler logs: ``` galaxy.tools.data_manager.manager WARNING 2020-01-15 14:30:16,408 No values for data table "dada2_taxonomy" were returned by the data...
Interestingly... the log message references an old version of the DM (0.0.1) which I don't believe is even installed (both 0.0.7 and 0.0.8 appear to be installed, and 0.0.8 is...
I fixed the version and it's the same thing: ``` galaxy.tools.data_manager.manager WARNING 2020-01-15 15:25:18,524 No values for data table "dada2_taxonomy" were returned by the data manager "toolshed.g2.bx.psu.edu/repos/iuc/data_manager_dada2/data_manager/dada2_fetcher/0.0.8". ```
> We already have a CVMFS tier 1 server running with the ref data This is great! Is this just for internal consumption or should we publicize it on https://galaxyproject.org/admin/reference-data-repo/...
I've made some good progress so far today. With the following modifications I am able to load a tool from a `shed_tool_conf.xml` in CVMFS *without* the corresponding install database: ```patch...
This patch is just a quick hack obviously, and there are going to be some issues. It is not recognized as a TS tool, so the tool ID is simply...
@mvdbeek thanks! That'll make things much easier. Working on this in [natefoo/galaxy@installdbless-shed-tools](https://github.com/natefoo/galaxy/tree/installdbless-shed-tools) for anyone interested in following along.
@jmchilton I sorta noticed that might be possible in the code but hadn't figured out the syntax of the file.
Thanks!
Some progress today. Install DB-less tool loading is in galaxyproject/galaxy#7316. @erasche suggested using OverlayFS in Travis to perform the installations, which I think should work, assuming Travis VMs have overlayfs...