We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c9b52 commit 318bd05Copy full SHA for 318bd05
arraycheck_rdata.wdl
@@ -27,7 +27,7 @@ task stuart_arraycheck_rdata {
27
truth_basename="$(basename -- ${i})"
28
29
# We assume the test file and truth file have the same basename
30
- # Due to how WDL input work, they have a different absolute path
+ # Due to how WDL inputs work, they have a different absolute path
31
if [ "${test_basename}" == "${truth_basename}" ]; then
32
actual_truth="$i"
33
break
0 commit comments