Skip to content

Commit d579819

Browse files
committed
Add cytobands to inputs
1 parent 5f9ce30 commit d579819

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/sv_shell/gather_batch_evidence.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ cnmops_large_inputs_json="$(realpath "${output_dir}/cnmops_large_inputs.json")"
231231
cnmops_large_outputs_json="$(realpath "${output_dir}/cnmops_large_outputs.json")"
232232

233233
jq -n \
234+
--slurpfile inputs "${input_json}" \
234235
--arg r1 "1000" \
235236
--arg r2 "100" \
236237
--arg batch "${batch}" \
@@ -258,7 +259,8 @@ jq -n \
258259
"allo_file": $allo_file,
259260
"ref_dict": $ref_dict,
260261
"prefix": $prefix,
261-
"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
262264
}' > "${cnmops_large_inputs_json}"
263265

264266
bash /opt/sv_shell/cnmops.sh "${cnmops_large_inputs_json}" "${cnmops_large_outputs_json}"

0 commit comments

Comments
 (0)