You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementing the workaround in #34, I was able to get past that step and ran into a new problem at the next step in the workflow. In trying to rebuild a minimal example for this from scratch, I've run into new problems at the same step as #34 again.
My workflow is
Split a bam file into R1/R2 fastq files (simulating this with a 'split_reads.sh' file so that my examples are not dependent on external software. This is accomplished with the split_reads.cwl CLT.
Scatter over multiple input files using scatter_split.cwl. I was hoping the workaround in Undefined file on scatter #34 would let me get past this part.
3+) Continue simulating my real workflow to reproduce the issues I'm seeing.
Step 2, above, is where I ran into issues on #34. In rebuilding a different workflow, I am getting new issues. Specifically, my CLT and scatter_split.cwl workflow both work in cwltool, but the scatter_split.cwl WF fails with CWLEXEC with the error Failed to bind value for [R1_file], The value cannot be found..
I've compared this workflow with the working flow from #34 and I think they are very similar, so I'm not sure why this one is failing. Is this an issue in CWLEXEC or my own code? The script 02_scatter_split_reads.sh in the attached example should reproduce this issue.
@skeeey - You are correct, I made a mistake in my shell script. Thank you for finding it! I will work on seeing if I can reproduce the original error now.
After implementing the workaround in #34, I was able to get past that step and ran into a new problem at the next step in the workflow. In trying to rebuild a minimal example for this from scratch, I've run into new problems at the same step as #34 again.
My workflow is
Split a bam file into R1/R2 fastq files (simulating this with a 'split_reads.sh' file so that my examples are not dependent on external software. This is accomplished with the
split_reads.cwl
CLT.Scatter over multiple input files using
scatter_split.cwl
. I was hoping the workaround in Undefined file on scatter #34 would let me get past this part.3+) Continue simulating my real workflow to reproduce the issues I'm seeing.
Step 2, above, is where I ran into issues on #34. In rebuilding a different workflow, I am getting new issues. Specifically, my CLT and
scatter_split.cwl
workflow both work in cwltool, but thescatter_split.cwl
WF fails with CWLEXEC with the errorFailed to bind value for [R1_file], The value cannot be found.
.I've compared this workflow with the working flow from #34 and I think they are very similar, so I'm not sure why this one is failing. Is this an issue in CWLEXEC or my own code? The script
02_scatter_split_reads.sh
in the attached example should reproduce this issue.BindValueFailure.tar.gz
The text was updated successfully, but these errors were encountered: