Re: [galaxy-dev] where can I find galaxy code documentation?

2012-04-16 Thread Nate Coraor
Thanks for the example, Frank. You can upload to data libraries directly from the local filesystem. The relevant documentation is here: http://wiki.g2.bx.psu.edu/Admin/Data%20Libraries/Uploading%20Library%20Files Eli, with respect to the question about modifying galaxy-dist/lib: Unfortuna

Re: [galaxy-dev] where can I find galaxy code documentation?

2012-04-16 Thread Frank Sørensen
Hi Eli, That could easily be accomplished without changing the code, by writing a simple tool. The xml-file: Import files importer.py -$link "$infile" "$outfile" falsevalue="" label="Link to file" help="Should the file be linked instead of copied into Galaxy?" /> **What