-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript2_peakfinding.sh
More file actions
executable file
·21 lines (14 loc) · 1.7 KB
/
script2_peakfinding.sh
File metadata and controls
executable file
·21 lines (14 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
echo "Peak finding with MACS"
macs14 -t ZT02_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT02_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT06_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT06_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT10_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT10_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT14_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT14_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT18_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT18_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT22_r1_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT22_r1_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT02_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT02_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT06_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT06_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT10_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT10_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT14_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT14_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT18_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT18_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w
macs14 -t ZT22_r2_rmdup_filter.bam -c Input_DNA_sort.bam --format=BAM --name=ZT22_r2_bw_split gsize=2400000000 --tsize=37 --call-subpeaks -w