Re: [galaxy-dev] Could anyone body tell me why our C program do not work in galaxy

2011-04-25 Thread Peter Cock
2011/4/25 liyanhui607 : > Thank you  very much! > After I have added it to the path, it can work now. > Best Wishes! > Yan-Hui Li Oh good. Peter P.S. Please keep the mailing list on replies. ___ Please keep all replies on the list by using

Re: [galaxy-dev] Could anyone body tell me why our C program do not work in galaxy

2011-04-22 Thread Peter Cock
2011/4/22 liyanhui607 : > Dear Sir, >   We have a program writen in C lanuage. It can run nomally in linux > environment. >    We plan to add it to galaxy, but it did not work. >    The C file after complie named "shortest-path" > The shortest-path.xml is as fol

Re: [galaxy-dev] Could anyone body tell me why our C program do not work in galaxy

2011-04-22 Thread Dannon Baker
Without seeing an error message I'll guess that issue is that there is no C interpreter. Your program is a compiled executable. Try the following and let me know (including any error messages) if it doesn't work: shortest_path $infile1 $output -Dannon On Apr 22, 2011, at 2:12 AM, liya

[galaxy-dev] Could anyone body tell me why our C program do not work in galaxy

2011-04-22 Thread liyanhui607
Dear Sir, We have a program writen in C lanuage. It can run nomally in linux environment. We plan to add it to galaxy, but it did not work. The C file after complie named "shortest-path" The shortest-path.xml is as follow: Could anybody tell m