Hi,

I am new here and trying to use the Galaxy toolkit for my project on the Windows Azure cloud environment. The thing is I got errors when I tested the 101 example on my local machine, so I looked 'stderr' via View details and it only showed 'Killed' which is not much information to do debugging. I looked web logs and found out the execution is : 'python /home/.../galaxy-dist/tools/new_operations/gops_join.py /home/.../galaxy-dist/database/files/000/dataset_1.dat /home/.../galaxy-dist/database/files/000/dataset_2.dat /home/.../galaxy-dist/database/files/000/dataset_3.dat -1 1,2,3,6 -2 1,2,3,6 -m 1 -f none' which is about joining two datasets. I believe the input data sets and the parameters are okay since I tested it on the galaxy public server.

To get more debugging information, I tried to run the job on shell but got same results, Killed. I was wondering is there a way that I can get more information about the execution of the tool other than looking into the source code line by line? That might be helpful to figure out what I am doing wrong for this test.

Thanks,
Hyungro