Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringclasses
1 value
input
stringlengths
502
579
output
stringlengths
580
659
text
stringlengths
1.3k
1.45k
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_1 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_1.txt >>> output { File out = "out_1.txt" } } task stepB_1 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_1.txt >>> output { File merged = "mer...
version 1.0 task stepA_1 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_1.txt >>> output { File out = "out_1.txt" } } task stepB_1 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_1.txt >>> output { File merged = "mer...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_1 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_1.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_2 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_2.txt >>> output { File out = "out_2.txt" } } task stepB_2 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_2.txt >>> output { File merged = "merged_2.tx...
version 1.0 task stepA_2 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_2.txt >>> output { File out = "out_2.txt" } } task stepB_2 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_2.txt >>> output { File merged = "merged_2.tx...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_2 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_2.txt >>> ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_3 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_3.txt >>> output { File out = "out_3.txt" } } task stepB_3 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_3.txt >>> output { File merged ...
version 1.0 task stepA_3 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_3.txt >>> output { File out = "out_3.txt" } } task stepB_3 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_3.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_3 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} ou...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_4 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_4.txt >>> output { File out = "out_4.txt" } } task stepB_4 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_4.txt >>> output { File merged ...
version 1.0 task stepA_4 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_4.txt >>> output { File out = "out_4.txt" } } task stepB_4 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_4.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_4 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} ou...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_5 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_5.txt >>> output { File out = "out_5.txt" } } task stepB_5 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_5.txt >>> output { File merged = "mer...
version 1.0 task stepA_5 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_5.txt >>> output { File out = "out_5.txt" } } task stepB_5 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_5.txt >>> output { File merged = "mer...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_5 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_5.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_6 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_6.txt >>> output { File out = "out_6.txt" } } task stepB_6 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_6.txt >>> output { File merged = "merge...
version 1.0 task stepA_6 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_6.txt >>> output { File out = "out_6.txt" } } task stepB_6 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_6.txt >>> output { File merged = "merge...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_6 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_6.txt ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_7 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_7.txt >>> output { File out = "out_7.txt" } } task stepB_7 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_7.txt >>> output { File merged = "merged_7.txt...
version 1.0 task stepA_7 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_7.txt >>> output { File out = "out_7.txt" } } task stepB_7 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_7.txt >>> output { File merged = "merged_7.txt...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_7 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_7.txt >>> ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_8 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_8.txt >>> output { File out = "out_8.txt" } } task stepB_8 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_8.txt >>> output { File merged = "merged_8.txt...
version 1.0 task stepA_8 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_8.txt >>> output { File out = "out_8.txt" } } task stepB_8 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_8.txt >>> output { File merged = "merged_8.txt...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_8 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_8.txt >>> ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_9 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_9.txt >>> output { File out = "out_9.txt" } } task stepB_9 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_9.txt >>> output { File merged ...
version 1.0 task stepA_9 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_9.txt >>> output { File out = "out_9.txt" } } task stepB_9 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_9.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_9 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} ou...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_10 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_10.txt >>> output { File out = "out_10.txt" } } task stepB_10 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_10.txt >>> output { File merged = "m...
version 1.0 task stepA_10 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_10.txt >>> output { File out = "out_10.txt" } } task stepB_10 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_10.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_10 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_10.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_11 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_11.txt >>> output { File out = "out_11.txt" } } task stepB_11 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_11.txt >>> output { File merged ...
version 1.0 task stepA_11 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_11.txt >>> output { File out = "out_11.txt" } } task stepB_11 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_11.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_11 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_11...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_12 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_12.txt >>> output { File out = "out_12.txt" } } task stepB_12 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_12.txt >>> output { File m...
version 1.0 task stepA_12 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_12.txt >>> output { File out = "out_12.txt" } } task stepB_12 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_12.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_12 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_13 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_13.txt >>> output { File out = "out_13.txt" } } task stepB_13 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_13.txt >>> output { File merged = "...
version 1.0 task stepA_13 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_13.txt >>> output { File out = "out_13.txt" } } task stepB_13 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_13.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_13 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_13.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_14 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_14.txt >>> output { File out = "out_14.txt" } } task stepB_14 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_14.txt >>> output { File merged = "merged_...
version 1.0 task stepA_14 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_14.txt >>> output { File out = "out_14.txt" } } task stepB_14 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_14.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_14 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_14.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_15 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_15.txt >>> output { File out = "out_15.txt" } } task stepB_15 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_15.txt >>> output { File merged ...
version 1.0 task stepA_15 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_15.txt >>> output { File out = "out_15.txt" } } task stepB_15 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_15.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_15 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_15...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_16 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{input_file} out_16.txt >>> output { File out = "out_16.txt" } } task stepB_16 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_16.txt >>> output ...
version 1.0 task stepA_16 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{input_file} out_16.txt >>> output { File out = "out_16.txt" } } task stepB_16 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_16.txt >>> output ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_16 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_17 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_17.txt >>> output { File out = "out_17.txt" } } task stepB_17 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_17.txt >>> output { File me...
version 1.0 task stepA_17 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_17.txt >>> output { File out = "out_17.txt" } } task stepB_17 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_17.txt >>> output { File me...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_17 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} o...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_18 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_18.txt >>> output { File out = "out_18.txt" } } task stepB_18 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_18.txt >>> output {...
version 1.0 task stepA_18 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_18.txt >>> output { File out = "out_18.txt" } } task stepB_18 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_18.txt >>> output {...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_18 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{i...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_19 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_19.txt >>> output { File out = "out_19.txt" } } task stepB_19 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_19.txt >>> output { File merged = "merged...
version 1.0 task stepA_19 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_19.txt >>> output { File out = "out_19.txt" } } task stepB_19 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_19.txt >>> output { File merged = "merged...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_19 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_19.txt >>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_20 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_20.txt >>> output { File out = "out_20.txt" } } task stepB_20 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_20.txt >>> output { File merged = "merged...
version 1.0 task stepA_20 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_20.txt >>> output { File out = "out_20.txt" } } task stepB_20 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_20.txt >>> output { File merged = "merged...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_20 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_20.txt >>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_21 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{input_file} out_21.txt >>> output { File out = "out_21.txt" } } task stepB_21 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_21.txt >>> output ...
version 1.0 task stepA_21 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{input_file} out_21.txt >>> output { File out = "out_21.txt" } } task stepB_21 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_21.txt >>> output ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_21 { input { File input_file } command <<< echo "Processing ~{input_file}" cat ~{...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_22 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_22.txt >>> output { File out = "out_22.txt" } } task stepB_22 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_22.txt >>> output { File merged = "merged...
version 1.0 task stepA_22 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_22.txt >>> output { File out = "out_22.txt" } } task stepB_22 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_22.txt >>> output { File merged = "merged...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_22 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_22.txt >>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_23 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_23.txt >>> output { File out = "out_23.txt" } } task stepB_23 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_23.txt >>> output { File merged = "m...
version 1.0 task stepA_23 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_23.txt >>> output { File out = "out_23.txt" } } task stepB_23 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_23.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_23 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_23.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_24 { input { File source } command <<< echo "Processing ~{source}" cp ~{source} out_24.txt >>> output { File out = "out_24.txt" } } task stepB_24 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_24.txt >>> output { File me...
version 1.0 task stepA_24 { input { File source } command <<< echo "Processing ~{source}" cp ~{source} out_24.txt >>> output { File out = "out_24.txt" } } task stepB_24 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_24.txt >>> output { File me...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_24 { input { File source } command <<< echo "Processing ~{source}" cp ~{source} o...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_25 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_25.txt >>> output { File out = "out_25.txt" } } task stepB_25 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_25.txt >>> output { File merged = "...
version 1.0 task stepA_25 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_25.txt >>> output { File out = "out_25.txt" } } task stepB_25 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_25.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_25 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_25.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_26 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_26.txt >>> output { File out = "out_26.txt" } } task stepB_26 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_26.txt >>> output { File merged ...
version 1.0 task stepA_26 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_26.txt >>> output { File out = "out_26.txt" } } task stepB_26 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_26.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_26 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_26...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_27 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_27.txt >>> output { File out = "out_27.txt" } } task stepB_27 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_27.txt >>> output { File merged = "m...
version 1.0 task stepA_27 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_27.txt >>> output { File out = "out_27.txt" } } task stepB_27 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_27.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_27 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_27.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_28 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_28.txt >>> output { File out = "out_28.txt" } } task stepB_28 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_28.txt >>> output { File merged =...
version 1.0 task stepA_28 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_28.txt >>> output { File out = "out_28.txt" } } task stepB_28 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_28.txt >>> output { File merged =...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_28 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_28....
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_29 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_29.txt >>> output { File out = "out_29.txt" } } task stepB_29 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_29.txt >>> output { File merged = "merged_...
version 1.0 task stepA_29 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_29.txt >>> output { File out = "out_29.txt" } } task stepB_29 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_29.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_29 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_29.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_30 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_30.txt >>> output { File out = "out_30.txt" } } task stepB_30 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_30.txt >>> output {...
version 1.0 task stepA_30 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_30.txt >>> output { File out = "out_30.txt" } } task stepB_30 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_30.txt >>> output {...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_30 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{i...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_31 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_31.txt >>> output { File out = "out_31.txt" } } task stepB_31 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_31.txt >>> output { File me...
version 1.0 task stepA_31 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_31.txt >>> output { File out = "out_31.txt" } } task stepB_31 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_31.txt >>> output { File me...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_31 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} o...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_32 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_32.txt >>> output { File out = "out_32.txt" } } task stepB_32 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_32.txt >>> output { File m...
version 1.0 task stepA_32 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_32.txt >>> output { File out = "out_32.txt" } } task stepB_32 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_32.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_32 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_33 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_33.txt >>> output { File out = "out_33.txt" } } task stepB_33 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_33.txt >>> output { File m...
version 1.0 task stepA_33 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_33.txt >>> output { File out = "out_33.txt" } } task stepB_33 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_33.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_33 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_34 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_34.txt >>> output { File out = "out_34.txt" } } task stepB_34 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_34.txt >>> output { File m...
version 1.0 task stepA_34 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_34.txt >>> output { File out = "out_34.txt" } } task stepB_34 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_34.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_34 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_35 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_35.txt >>> output { File out = "out_35.txt" } } task stepB_35 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_35.txt >>> output {...
version 1.0 task stepA_35 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_35.txt >>> output { File out = "out_35.txt" } } task stepB_35 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_35.txt >>> output {...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_35 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{i...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_36 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_36.txt >>> output { File out = "out_36.txt" } } task stepB_36 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_36.txt >>> output { File merged ...
version 1.0 task stepA_36 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_36.txt >>> output { File out = "out_36.txt" } } task stepB_36 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_36.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_36 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_36...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_37 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_37.txt >>> output { File out = "out_37.txt" } } task stepB_37 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_37.txt >>> output { File merged =...
version 1.0 task stepA_37 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_37.txt >>> output { File out = "out_37.txt" } } task stepB_37 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_37.txt >>> output { File merged =...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_37 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_37....
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_38 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_38.txt >>> output { File out = "out_38.txt" } } task stepB_38 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_38.txt >>> output { File merged = "m...
version 1.0 task stepA_38 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_38.txt >>> output { File out = "out_38.txt" } } task stepB_38 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_38.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_38 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_38.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_39 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_39.txt >>> output { File out = "out_39.txt" } } task stepB_39 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_39.txt >>> output { File merged = "m...
version 1.0 task stepA_39 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_39.txt >>> output { File out = "out_39.txt" } } task stepB_39 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_39.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_39 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_39.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_40 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_40.txt >>> output { File out = "out_40.txt" } } task stepB_40 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_40.txt >>> output { File m...
version 1.0 task stepA_40 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_40.txt >>> output { File out = "out_40.txt" } } task stepB_40 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_40.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_40 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_41 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_41.txt >>> output { File out = "out_41.txt" } } task stepB_41 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_41.txt >>> output { File m...
version 1.0 task stepA_41 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_41.txt >>> output { File out = "out_41.txt" } } task stepB_41 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_41.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_41 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_42 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_42.txt >>> output { File out = "out_42.txt" } } task stepB_42 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_42.txt >>> output { File merged =...
version 1.0 task stepA_42 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_42.txt >>> output { File out = "out_42.txt" } } task stepB_42 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_42.txt >>> output { File merged =...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_42 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_42....
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_43 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_43.txt >>> output { File out = "out_43.txt" } } task stepB_43 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_43.txt >>> output { File merged ...
version 1.0 task stepA_43 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_43.txt >>> output { File out = "out_43.txt" } } task stepB_43 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_43.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_43 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_43...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_44 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_44.txt >>> output { File out = "out_44.txt" } } task stepB_44 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_44.txt >>> output { File merged = "merged_...
version 1.0 task stepA_44 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_44.txt >>> output { File out = "out_44.txt" } } task stepB_44 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_44.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_44 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_44.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_45 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_45.txt >>> output { File out = "out_45.txt" } } task stepB_45 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_45.txt >>> output { File merged = "merged...
version 1.0 task stepA_45 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_45.txt >>> output { File out = "out_45.txt" } } task stepB_45 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_45.txt >>> output { File merged = "merged...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_45 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_45.txt >>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_46 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_46.txt >>> output { File out = "out_46.txt" } } task stepB_46 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_46.txt >>> output { File m...
version 1.0 task stepA_46 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_46.txt >>> output { File out = "out_46.txt" } } task stepB_46 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_46.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_46 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_47 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_47.txt >>> output { File out = "out_47.txt" } } task stepB_47 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_47.txt >>> output { File merged = "merged_...
version 1.0 task stepA_47 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_47.txt >>> output { File out = "out_47.txt" } } task stepB_47 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_47.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_47 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_47.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_48 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_48.txt >>> output { File out = "out_48.txt" } } task stepB_48 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_48.txt >>> output { File merged = "...
version 1.0 task stepA_48 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_48.txt >>> output { File out = "out_48.txt" } } task stepB_48 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_48.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_48 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_48.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_49 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_49.txt >>> output { File out = "out_49.txt" } } task stepB_49 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_49.txt >>> output { File m...
version 1.0 task stepA_49 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_49.txt >>> output { File out = "out_49.txt" } } task stepB_49 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_49.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_49 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_50 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_50.txt >>> output { File out = "out_50.txt" } } task stepB_50 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_50.txt >>> output { File m...
version 1.0 task stepA_50 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_50.txt >>> output { File out = "out_50.txt" } } task stepB_50 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_50.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_50 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_51 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_51.txt >>> output { File out = "out_51.txt" } } task stepB_51 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_51.txt >>> output { File m...
version 1.0 task stepA_51 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_51.txt >>> output { File out = "out_51.txt" } } task stepB_51 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_51.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_51 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_52 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_52.txt >>> output { File out = "out_52.txt" } } task stepB_52 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_52.txt >>> output { File me...
version 1.0 task stepA_52 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} out_52.txt >>> output { File out = "out_52.txt" } } task stepB_52 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_52.txt >>> output { File me...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_52 { input { File infile } command <<< echo "Processing ~{infile}" cp ~{infile} o...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_53 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_53.txt >>> output { File out = "out_53.txt" } } task stepB_53 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_53.txt >>> output { File merged ...
version 1.0 task stepA_53 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_53.txt >>> output { File out = "out_53.txt" } } task stepB_53 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_53.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_53 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_53...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_54 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_54.txt >>> output { File out = "out_54.txt" } } task stepB_54 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_54.txt >>> output { File merged ...
version 1.0 task stepA_54 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_54.txt >>> output { File out = "out_54.txt" } } task stepB_54 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_54.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_54 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_54...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_55 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_55.txt >>> output { File out = "out_55.txt" } } task stepB_55 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_55.txt >>> output { File merged = "...
version 1.0 task stepA_55 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_55.txt >>> output { File out = "out_55.txt" } } task stepB_55 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_55.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_55 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_55.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_56 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_56.txt >>> output { File out = "out_56.txt" } } task stepB_56 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_56.txt >>> output {...
version 1.0 task stepA_56 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{input_file} out_56.txt >>> output { File out = "out_56.txt" } } task stepB_56 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_56.txt >>> output {...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_56 { input { File input_file } command <<< echo "Processing ~{input_file}" cp ~{i...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_57 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_57.txt >>> output { File out = "out_57.txt" } } task stepB_57 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_57.txt >>> output { File m...
version 1.0 task stepA_57 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} out_57.txt >>> output { File out = "out_57.txt" } } task stepB_57 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_57.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_57 { input { File infile } command <<< echo "Processing ~{infile}" cat ~{infile} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_58 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_58.txt >>> output { File out = "out_58.txt" } } task stepB_58 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_58.txt >>> output { File merged = "merged_...
version 1.0 task stepA_58 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_58.txt >>> output { File out = "out_58.txt" } } task stepB_58 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_58.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_58 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_58.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_59 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_59.txt >>> output { File out = "out_59.txt" } } task stepB_59 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_59.txt >>> output { File merged = "merged_...
version 1.0 task stepA_59 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_59.txt >>> output { File out = "out_59.txt" } } task stepB_59 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_59.txt >>> output { File merged = "merged_...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_59 { input { File f } command <<< echo "Processing ~{f}" cp ~{f} out_59.txt >>>...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_60 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_60.txt >>> output { File out = "out_60.txt" } } task stepB_60 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_60.txt >>> output { File merged =...
version 1.0 task stepA_60 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_60.txt >>> output { File out = "out_60.txt" } } task stepB_60 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_60.txt >>> output { File merged =...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_60 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_60....
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_61 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_61.txt >>> output { File out = "out_61.txt" } } task stepB_61 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_61.txt >>> output { File merged ...
version 1.0 task stepA_61 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_61.txt >>> output { File out = "out_61.txt" } } task stepB_61 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_61.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_61 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_61...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_62 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_62.txt >>> output { File out = "out_62.txt" } } task stepB_62 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_62.txt >>> output { File merged = "m...
version 1.0 task stepA_62 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_62.txt >>> output { File out = "out_62.txt" } } task stepB_62 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_62.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_62 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_62.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_63 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_63.txt >>> output { File out = "out_63.txt" } } task stepB_63 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_63.txt >>> output { File m...
version 1.0 task stepA_63 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} out_63.txt >>> output { File out = "out_63.txt" } } task stepB_63 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_63.txt >>> output { File m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_63 { input { File source } command <<< echo "Processing ~{source}" cat ~{source} ...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_64 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_64.txt >>> output { File out = "out_64.txt" } } task stepB_64 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_64.txt >>> output { File merged = "...
version 1.0 task stepA_64 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_64.txt >>> output { File out = "out_64.txt" } } task stepB_64 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_64.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_64 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_64.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_65 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_65.txt >>> output { File out = "out_65.txt" } } task stepB_65 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_65.txt >>> output { File merged = "...
version 1.0 task stepA_65 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_65.txt >>> output { File out = "out_65.txt" } } task stepB_65 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_65.txt >>> output { File merged = "...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_65 { input { File raw } command <<< echo "Processing ~{raw}" cat ~{raw} out_65.tx...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_66 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_66.txt >>> output { File out = "out_66.txt" } } task stepB_66 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_66.txt >>> output { File merged = "m...
version 1.0 task stepA_66 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_66.txt >>> output { File out = "out_66.txt" } } task stepB_66 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_66.txt >>> output { File merged = "m...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_66 { input { File raw } command <<< echo "Processing ~{raw}" cp ~{raw} out_66.txt...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_67 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_67.txt >>> output { File out = "out_67.txt" } } task stepB_67 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_67.txt >>> output { File merged =...
version 1.0 task stepA_67 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_67.txt >>> output { File out = "out_67.txt" } } task stepB_67 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_67.txt >>> output { File merged =...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_67 { input { File item } command <<< echo "Processing ~{item}" cp ~{item} out_67....
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_68 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_68.txt >>> output { File out = "out_68.txt" } } task stepB_68 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_68.txt >>> output { File merged ...
version 1.0 task stepA_68 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_68.txt >>> output { File out = "out_68.txt" } } task stepB_68 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_68.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_68 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_68...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_69 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_69.txt >>> output { File out = "out_69.txt" } } task stepB_69 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_69.txt >>> output { File merged ...
version 1.0 task stepA_69 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_69.txt >>> output { File out = "out_69.txt" } } task stepB_69 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_69.txt >>> output { File merged ...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_69 { input { File item } command <<< echo "Processing ~{item}" cat ~{item} out_69...
Add a scatter-gather loop for the task in the following WDL.
version 1.0 task stepA_70 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_70.txt >>> output { File out = "out_70.txt" } } task stepB_70 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_70.txt >>> output { File merged = "merged...
version 1.0 task stepA_70 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_70.txt >>> output { File out = "out_70.txt" } } task stepB_70 { input { Array[File] files } command <<< cat ~{sep=' ' files} > merged_70.txt >>> output { File merged = "merged...
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Add a scatter-gather loop for the task in the following WDL. ### Input: version 1.0 task stepA_70 { input { File f } command <<< echo "Processing ~{f}" cat ~{f} out_70.txt >>...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
1