We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9ce30 commit d579819Copy full SHA for d579819
1 file changed
src/sv_shell/gather_batch_evidence.sh
@@ -231,6 +231,7 @@ cnmops_large_inputs_json="$(realpath "${output_dir}/cnmops_large_inputs.json")"
231
cnmops_large_outputs_json="$(realpath "${output_dir}/cnmops_large_outputs.json")"
232
233
jq -n \
234
+ --slurpfile inputs "${input_json}" \
235
--arg r1 "1000" \
236
--arg r2 "100" \
237
--arg batch "${batch}" \
@@ -258,7 +259,8 @@ jq -n \
258
259
"allo_file": $allo_file,
260
"ref_dict": $ref_dict,
261
"prefix": $prefix,
- "stitch_and_clean_large_events": $stitch_and_clean_large_events
262
+ "stitch_and_clean_large_events": $stitch_and_clean_large_events,
263
+ "cytobands": $inputs[0].cytobands
264
}' > "${cnmops_large_inputs_json}"
265
266
bash /opt/sv_shell/cnmops.sh "${cnmops_large_inputs_json}" "${cnmops_large_outputs_json}"
0 commit comments