Skip to content

Commit 78ccef0

Browse files
committed
macs3
1 parent 3287bc0 commit 78ccef0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.test_se/config/config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bowtie2:
55
extra: ""
66
fusion_genes:
77
genes: FBgn0004872 # Genes from these proteins will be masked from the fasta file
8-
feature_to_mask: "exon" # Gene feature to mask from the fasta file (exon or gene)
8+
feature_to_mask: exon # Gene feature to mask from the fasta file (exon or gene)
99
damidseq_pipeline:
1010
normalization: kde # kde, rpm or rawbins
1111
binsize: 300
@@ -45,12 +45,12 @@ peak_calling_perl:
4545
step: 0.01 # Stepping for quantiles
4646
unified_peaks: max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
4747
extra: ""
48-
peak_calling_macs2:
49-
run: False
48+
peak_calling_macs3:
49+
run: True
5050
mode: narrow
5151
qvalue: 0.05
5252
broad_cutoff: 0.1
53-
extra: ""
53+
extra: "--nomodel --extsize 147"
5454
consensus_peaks:
5555
max_size: 10 # Maximum size of peaks to be extended
5656
extend_by: 40 # Number of bp to extend peaks on either side

config/config.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ plasmid_fasta: none # Path to plasmid fasta file with sequences to be removed
44
fusion_genes:
55
genes: FBgn0038542,FBgn0085506 # Genes from these proteins will be masked from the fasta file
66
feature_to_mask: "exon" # Gene feature to mask from the fasta file (exon or gene)
7+
bowtie2:
8+
extra: "" # extra argument for bowtie2
79
damidseq_pipeline:
810
normalization: kde # kde, rpm or rawbins
911
binsize: 300
@@ -43,7 +45,7 @@ peak_calling_perl:
4345
step: 0.01 # Stepping for quantiles
4446
unified_peaks: max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
4547
extra: ""
46-
peak_calling_macs2:
48+
peak_calling_macs3:
4749
run: False
4850
mode: narrow
4951
qvalue: 0.05 # for narrow peaks
@@ -52,7 +54,7 @@ peak_calling_macs2:
5254
consensus_peaks:
5355
max_size: 10 # Maximum size of peaks to be extended
5456
extend_by: 40 # Number of bp to extend peaks on either side
55-
keep: 2 # Minimum number peaks that must overlap to keep
57+
keep: 1 # Minimum number of peaks that must overlap to keep intersecting peak
5658
enrichment_analysis:
5759
run: True # Perform enrichment analysis
5860
dbs: ["GO_Molecular_Function_2018","GO_Biological_Process_2018","KEGG_2019"]
@@ -64,6 +66,9 @@ resources: # computing resources
6466
fastqc:
6567
cpu: 4
6668
time: 60
69+
bowtie2:
70+
cpu: 24
71+
time: 90
6772
damid:
6873
cpu: 24
6974
time: 720

docs/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The config/ directory contains `samples.csv` with sample meta data as follows:
154154
step: 0.01 # Stepping for quantiles
155155
unified_peaks: max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
156156
extra: ""
157-
peak_calling_macs2:
157+
peak_calling_macs3:
158158
run: False
159159
mode: narrow
160160
qvalue: 0.05 # for narrow peaks

0 commit comments

Comments
 (0)