Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 382 Bytes

Sequencing read depth calculate

The repository is used to calculate the NGS data sequencing read depth. You can use read_depth_calcu.sh to calculate your sequencing data read depth.

usage:

sh read_depth_calcu.sh 1 150 146638899

end=$1
length=$2
genome_len=$3