Re: [galaxy-dev] output datasets

2016-04-26 Thread Marius van den Beek
Hi Ryan, I think you could create two regular outputs, and move the files to those outputs, i.e: ``` ``` I understand that you would also like to keep the $sraid id in the history, right? For that you should be able use `label="${sraid}.txt` on your outputs. Cheers, Marius On 2

[galaxy-dev] output datasets

2016-04-26 Thread Ryan G
I'm playing around with creating a Galaxy wrapper for custom tool I've created. My tool takes a single parameter, and SRA ID. In command block, I have something like this: ${GALAXY_ROOT_DIR}/tools/mycustomtools/doSomething.pl --sra $sraid Galaxy doesn't like thr $sraid in the