Hi,
I have a local Galaxy instance, and have made a workflow for multiple samples. The workflow works as intended, but I can't keep the names of the samples, because I lose them at the FreeBayes step. I could set the workflow variables, to keep filename of the previous step, except for FreeBayes.
I tried to use #{ input_bams } as input_bams is the name of the input file, but it didn't work. I also tried #{ reference_source|batchmode|input_bams} as it's the example for valid input, still, didn't work(I also tried a bunch of other variation of these). I run the FreeBayes in individual mode.
All the other used tools in the workflow modify the output filename according to my intentions, except for this one. It only give that generic name: 'FreeBayes on data N, data N, and data N'
I don't know if the workflow variable is broken for this one, or I just don't know the proper syntax.
FreeBayes version: 1.1.0.46-0 under Galaxy version: 18.01
Thanks in advance Bence
I haven't tested this function with Freebayes specifically for some time. Doing so now. More feedback soon. Jen, Galaxy team
Thanks for the response, have you found out something? Is something wrong with the wrapper? Or how can I properly set the output name, let's say the same as the input name?
Testing still in progress. This is likely a tool problem but I'll confirm that.
Hi, Jen Just checking in for updates on the testing. Thank you for all the efforts!