Commit 52fbb2c7 authored by Chaos's avatar Chaos
Browse files

remove -r parameter in samtools

parent 44a5f4fd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ do
		split_prefix=${split_dir}/$(basename $i _read1.fastq).fastq
		thread_str=$(echo $align_core*2 | bc)

		rg="@RG\\\tID:${full_name}\\\tSM:${sample_name}\\\tPL:ILM\\\tLB:${library}"

		if [ ! -d $split_dir ];then	mkdir $split_dir;fi

		echo -e \
@@ -81,7 +79,6 @@ do
				\n\t\tmem \\\
					\n\t\t\t-SP5M \\\
					\n\t\t\t-t $thread_str \\\
					\n\t\t\t-R \"$rg\" \\\
					\n\t\t\t$bwa_index \\\
					\n\t\t\t$read1_file \\\
					\n\t\t\t$read2_file \\\