+ should be):toolshed.g2.bx.psu.edu/repos/iuc/snpfreqplot/snpfreqplot/1.0 galaxy1
toolshed.g2.bx.psu.edu/repos/iuc/snpfreqplot/snpfreqplot/1.0 galaxy2
toolshed.g2.bx.psu.edu/repos/iuc/snpfreqplot/snpfreqplot/1.0+galaxy0
I'm thinking of complex tool forms created from biom datasets, better the contained metadata: Lets say we have metadata
Then I want to generate a tool that allows to select the metadata (location/day) and in a second select the corresponding values
Currently this seems not possible. First of all the Biom1 class does not store metadata values. But also on the tool side I'm not sure if this can be realized.
meta_file_key references an actual file, but referencing lists or other iterables should also be possible
should as in shouldn't be hard to implement, given that meta_file_key seems harder to do than something like meta_element that refers to a MetadataElement on the dataype)
dataset.metadata[meta_element]
planemo test then there is a tool load error because of the forward reference in the param_value filter of the first select... but I would expect that the tool is still included in the tests and the error shows up there ... ?