forked from zqfang/snakeflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zqfang
committed
Aug 18, 2020
1 parent
6c35b0b
commit 3234b3a
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
|
||
ls macs2/*broadPeak | while read id; | ||
do | ||
sort -k1,1 -k2,2n ${id} | \ | ||
bedtools subtract -a stdin \ | ||
-b /home/fangzq/genome/mouse/mm10-blacklist.v2.bed \ | ||
-A > beds/${id##*/} | ||
done |
File renamed without changes.