Commit 78ccef0 1 parent 3287bc0 commit 78ccef0 Copy full SHA for 78ccef0
File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 5
5
extra : " "
6
6
fusion_genes :
7
7
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)
9
9
damidseq_pipeline :
10
10
normalization : kde # kde, rpm or rawbins
11
11
binsize : 300
@@ -45,12 +45,12 @@ peak_calling_perl:
45
45
step : 0.01 # Stepping for quantiles
46
46
unified_peaks : max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
47
47
extra : " "
48
- peak_calling_macs2 :
49
- run : False
48
+ peak_calling_macs3 :
49
+ run : True
50
50
mode : narrow
51
51
qvalue : 0.05
52
52
broad_cutoff : 0.1
53
- extra : " "
53
+ extra : " --nomodel --extsize 147 "
54
54
consensus_peaks :
55
55
max_size : 10 # Maximum size of peaks to be extended
56
56
extend_by : 40 # Number of bp to extend peaks on either side
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ plasmid_fasta: none # Path to plasmid fasta file with sequences to be removed
4
4
fusion_genes :
5
5
genes : FBgn0038542,FBgn0085506 # Genes from these proteins will be masked from the fasta file
6
6
feature_to_mask : " exon" # Gene feature to mask from the fasta file (exon or gene)
7
+ bowtie2 :
8
+ extra : " " # extra argument for bowtie2
7
9
damidseq_pipeline :
8
10
normalization : kde # kde, rpm or rawbins
9
11
binsize : 300
@@ -43,7 +45,7 @@ peak_calling_perl:
43
45
step : 0.01 # Stepping for quantiles
44
46
unified_peaks : max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
45
47
extra : " "
46
- peak_calling_macs2 :
48
+ peak_calling_macs3 :
47
49
run : False
48
50
mode : narrow
49
51
qvalue : 0.05 # for narrow peaks
@@ -52,7 +54,7 @@ peak_calling_macs2:
52
54
consensus_peaks :
53
55
max_size : 10 # Maximum size of peaks to be extended
54
56
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
56
58
enrichment_analysis :
57
59
run : True # Perform enrichment analysis
58
60
dbs : ["GO_Molecular_Function_2018","GO_Biological_Process_2018","KEGG_2019"]
@@ -64,6 +66,9 @@ resources: # computing resources
64
66
fastqc :
65
67
cpu : 4
66
68
time : 60
69
+ bowtie2 :
70
+ cpu : 24
71
+ time : 90
67
72
damid :
68
73
cpu : 24
69
74
time : 720
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ The config/ directory contains `samples.csv` with sample meta data as follows:
154
154
step : 0.01 # Stepping for quantiles
155
155
unified_peaks : max # Method for calling peak overlaps. 'min': call minimum overlapping peak area. 'max': call maximum overlap as peak
156
156
extra : " "
157
- peak_calling_macs2 :
157
+ peak_calling_macs3 :
158
158
run : False
159
159
mode : narrow
160
160
qvalue : 0.05 # for narrow peaks
You can’t perform that action at this time.
0 commit comments