diff --git a/example/2-selectChromatinRegion.sh b/example/2-selectChromatinRegion.sh index 964d0ef..de4ed5f 100755 --- a/example/2-selectChromatinRegion.sh +++ b/example/2-selectChromatinRegion.sh @@ -11,7 +11,7 @@ echo ' > chromosome_id start_position(Mb) end_position(Mb)' # Start positions (Mb) of chromatin segment (chromosomes 1 to 22) # This array can be modified based on location of chromatin segments that are of interested -gSta_ARR=(20 20 20 20 20 20 20 60 80 88 60 45 25 25 35 50 30 20 34 35 20 20) +gSta_ARR=(20 20 20 20 20 20 20 60 80 88 60 45 25 25 35 50 30 20 34 35 20 25) echo -n > $CHR_REGION for ((i=0;i<22;i++));do @@ -21,4 +21,4 @@ for ((i=0;i<22;i++));do echo " $chrId $gSta $gEnd" echo " $chrId $gSta $gEnd" >> $CHR_REGION done -echo \ No newline at end of file +echo diff --git a/src/chr_region.txt b/src/chr_region.txt index 1a45739..1f18178 100644 --- a/src/chr_region.txt +++ b/src/chr_region.txt @@ -19,4 +19,4 @@ 19 34 59 20 35 60 21 20 45 - 22 20 45 + 22 25 50