[galaxy-dev] Tool Errors

2014-09-12 Thread Calvin Morrison
Hi guys, I am trying to write a tool with a conditional and for whatever reason the results, well aren't any results. It just says 'no seek', which totally bewildering. Does anyone know what this means? Thank you, Calvin my xml file: tool id=quikr name=Quikr descriptionClassify with

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Björn Grüning
Hi, as far as I know, it just means your tool did not produced any output, so your results is empty. Nothing more. This is no error, or? The box is not red? Cheers, Bjoern Am 12.09.2014 um 16:28 schrieb Calvin Morrison: Hi guys, I am trying to write a tool with a conditional and for

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Calvin Morrison
Which me thinks is weird, because my code, when given the -v flag will at least put out some info to stdout, or worse case, some errors to stderr, but those are empty too! On 12 September 2014 10:31, Björn Grüning bjoern.gruen...@gmail.com wrote: Hi, as far as I know, it just means your tool

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Björn Grüning
You can check the stderr and stdout in the information (small i Icon) site on every dataset. Also can you see what the log is saying? It should provide you the actuall commandline call, which is produced by the wrapper. Cheers, Bjoern Am 12.09.2014 um 16:33 schrieb Calvin Morrison: Which me

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Calvin Morrison
The stderr and stdout is empty, according to galaxy. here is paster.log output for quikr when i run it. galaxy.jobs.runners DEBUG 2014-09-12 10:33:45,997 (86) command is: # if user == user quikr -v -k 0 -s /data/galaxy/galaxy-dist/database/files/000/dataset_103.dat -i

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Hans-Rudolf Hotz
On 09/12/2014 05:11 PM, Calvin Morrison wrote: The stderr and stdout is empty, according to galaxy. here is paster.log output for quikr when i run it. galaxy.jobs.runners DEBUG 2014-09-12 10:33:45,997 (86) command is: # if user == user quikr -v -k 0 -s

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Peter Cock
On Fri, Sep 12, 2014 at 4:11 PM, Calvin Morrison mutanttur...@gmail.com wrote: The stderr and stdout is empty, according to galaxy. here is paster.log output for quikr when i run it. galaxy.jobs.runners DEBUG 2014-09-12 10:33:45,997 (86) command is: # if user == user quikr -v -k 0 -s

Re: [galaxy-dev] Tool Errors

2014-09-12 Thread Calvin Morrison
Yes, it seems that has solved the problem! I knew it was something silly. thank you all On 12 September 2014 11:37, Peter Cock p.j.a.c...@googlemail.com wrote: On Fri, Sep 12, 2014 at 4:11 PM, Calvin Morrison mutanttur...@gmail.com wrote: The stderr and stdout is empty, according to