Hi Robert, I'm not sure that is a good idea - the existing upload tool gets special treatment in many places in Galaxy (e.g. turning a history into a workflow), and is itself being partly replaced with the newer Galaxy work (there's a little icon above the tool panel to import data). Peter P.S. Don't forget to CC the galaxy-dev list. On Thu, May 15, 2014 at 4:59 PM, <def87@gmx.de> wrote:
Hi Peter,
thanks for your reply. I think there is a little misunderstanding: I want to implement the upload tool itself. I have code from someone else who has used the upload_dataset tag (I cannot just use his code because I want to modify something - but when I try to re-implement everything myself I need documentation). And my problem is that I do not find any documentation for this tag.
Regards, Robert
Gesendet: Freitag, 09. Mai 2014 um 16:21 Uhr Von: "Peter Cock" <p.j.a.cock@googlemail.com> An: def87@gmx.de Cc: "galaxy-dev@lists.bx.psu.edu" <galaxy-dev@lists.bx.psu.edu> Betreff: Re: [galaxy-dev] Upload a file On Fri, May 9, 2014 at 12:46 PM, <def87@gmx.de> wrote:
Hi,
I am a student who's trying to implement a simple galaxy tool. I am trying to provide the user with the option of uploading a file. I have copied code from another tool ...
The upload tool is special (and separate). Normally the user must separately upload their file(s) or import them from a shared library BEFORE trying to use any of the analysis tools.
Peter