Hi,
I am getting a error while executing a workflow which involves trimmomatic and bwa tools. Initially a paired data set is sent as an input to the trimmomatic and the outputs fastq_out_r1_paired and fastq_out_r2_paired are sent as inputs to the BWA. Error is as below :
Exception: Workflow evaluation problem - failed to find output_name fastq_out_r1_paired in step_outputs {u'fastq_out_paired': <galaxy.model.historydatasetcollectionassociation object="" at="" 0x7f3a71f409d0="">, u'fastq_out_unpaired': <galaxy.model.historydatasetcollectionassociation object="" at="" 0x7f3a71284f90="">} 172.26.225.152 - - [23/Sep/2016:16:19:48 +0800] "POST /workflow/run?id=847f58a9e2ba8408 HTTP/1.1" 500 - " "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" Error - <type 'exceptions.exception'="">: Workflow evaluation problem - failed to find output_name fastq_out_r1_paired in step_outputs {u'fastq_out_paired': <galaxy.model.historydatasetcollectionassociation object="" at="" 0x7f3a71f409d0="">, u'fastq_out_unpaired': <galaxy.model.historydatasetcollectionassociation object="" at="" 0x7f3a71284f90="">}
Can some one let me know what the issue is and how to resolve it?I tried running the same workflow without the BWA and it woks fine. It does generate all the relevant trimmomatic outputs including the fastq_out_r1_paired and fastq_out_r2_paired as well.
Thanks in advance.
Regards, Dineli