Commit 7534b4e0 authored by Chaos's avatar Chaos
Browse files

fix a bug in merging bam files

parent a5f5a9f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ do
		> $rep_dedup_sam
	fi

	if [ ! -e $rep_dedup_sam ];then
	if [ ! -e $rep_dedup_txt ];then
		$samtools_cmd \
			view \
				-@ $thread_str \