Re: [galaxy-dev] output datasets

2016-04-27 Thread Ryan G
Yes that's exactly what I ended up doing. 

Please excuse any typos -- Sent from my iPhone

> On Apr 26, 2016, at 4:01 PM, Marius van den Beek  
> wrote:
> 
> 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 26 April 2016 at 20:46, Ryan G  wrote:
>> 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 output.  I see from the docs I need to 
>> use discover_datasets.   It would be nice to use a parameter such as what I 
>> have to name output file as my script names output files use an input 
>> parameter as the base.
>> 
>> 
>> ___
>> Please keep all replies on the list by using "reply all"
>> in your mail client.  To manage your subscriptions to this
>> and other Galaxy lists, please use the interface at:
>>   https://lists.galaxyproject.org/
>> 
>> To search Galaxy mailing lists use the unified search at:
>>   http://galaxyproject.org/search/mailinglists/
> 
___
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

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 26 April 2016 at 20:46, Ryan G  wrote:

> 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 output.  I see from the docs I need
> to use discover_datasets.   It would be nice to use a parameter such as
> what I have to name output file as my script names output files use an
> input parameter as the base.
>
>
> ___
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
>   https://lists.galaxyproject.org/
>
> To search Galaxy mailing lists use the unified search at:
>   http://galaxyproject.org/search/mailinglists/
>
___
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/