Re: [galaxy-dev] Debugging the execution errors of the Python tools

2013-07-02 Thread Hyungro Lee
The problem was a lack of memory to execute the join function of bx.intervals.operations.join. I tested the joining dataset in several machines with different memory sizes. It was only succeeded on the 16gb memory system. Also I observed that the joining two datasets, galaxy-dist/tools/new_operatio

[galaxy-dev] Debugging the execution errors of the Python tools

2013-07-01 Thread Hyungro Lee
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