Skip to content

Commit 0103680

Browse files
committed
move counts index
1 parent 30dfd8a commit 0103680

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sv_shell/gather_sample_evidence.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ if [ "${collect_coverage}" = "true" ]; then
322322
_ccf=$(jq -r ".counts" "${collect_counts_outputs_json_filename}")
323323
collect_coverage_file="${output_dir}/$(basename "${_ccf}")"
324324
mv "${_ccf}" "${collect_coverage_file}"
325+
mv "${_ccf}.tbi" "${collect_coverage_file}.tbi"
325326
fi
326327

327328
manta_vcf=""

0 commit comments

Comments
 (0)