HI John, Saket, Looking at Skaet's .travis.yml he doesn't mess about with the default datatypes_conf.xml(.sample) like I do, so his TravisCI should have all the default Galaxy datatypes (including tabular). In my more complex .travis.yml I modify this to two reasons, first to add new datatypes, and second for a slight speedup I remove most of the unused datatypes. Peter On Thu, Apr 17, 2014 at 1:45 PM, Saket Choudhary <saketkc@gmail.com> wrote:
Hi John,
My tool's input datatype is tabular. I do not have any custom datatypes defined.
Saket
On 17 April 2014 18:10, John Chilton <jmchilton@gmail.com> wrote:
I don't see anywhere in your Travis YAML file where you are modifying Galaxy's datatypes (like Peter does for instance on these lines https://github.com/peterjc/pico_galaxy/blob/master/.travis.yml#L166). If those datatypes are not defined you cannot upload a tool with a specific type. Am I missing something?
-John