Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyf committed May 10, 2018
1 parent f6a5d5d commit 243158d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/2-selectChromatinRegion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +21,4 @@ for ((i=0;i<22;i++));do
echo " $chrId $gSta $gEnd"
echo " $chrId $gSta $gEnd" >> $CHR_REGION
done
echo
echo
2 changes: 1 addition & 1 deletion src/chr_region.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
19 34 59
20 35 60
21 20 45
22 20 45
22 25 50

0 comments on commit 243158d

Please sign in to comment.