@@ -22,7 +22,7 @@ The config file must be updated to the list where the top directory containing t
22
22
23
23
```
24
24
params {
25
- sample = 'nxtest '
25
+ sample = 'C2C12_RNA_r1 '
26
26
//readType can either be 'RNA', 'DNA' or 'CDNA'
27
27
readType = 'RNA'
28
28
// modification type should be set as necessary if different from 'inosine_m6A,pseU,m5C' for RNA and '5mCG_5hmCG,6mA' for DNA.
@@ -32,6 +32,22 @@ params {
32
32
perMod = 5
33
33
// change if the launch directory is not where the pod5 and output directories should go
34
34
topDir = "${launchDir}"
35
+
36
+ // the following file should be edited to add all the necessary paths for commands such as
37
+ // dorado, samtools, minimap2, kallisto, and bustools
38
+ scriptEnv = "${launchDir}/dogme.profile"
39
+
40
+ // needs to be modified to match the right genomic reference
41
+ genomeRef = '/share/crsp/lab/seyedam/share/bridge_dRNA/kallistoref/GRCm39.primary_assembly.genome.fa'
42
+ annotRef = '/share/crsp/lab/seyedam/share/bridge_dRNA/kallistoref/gencode.vM36.annotation.gtf'
43
+ kallistoIndex = '/share/crsp/lab/seyedam/share/bridge_dRNA/kallistoref/mm39GencM36_k63.idx'
44
+ t2g = '/share/crsp/lab/seyedam/share/bridge_dRNA/kallistoref/mm39GencM36_k63.t2g'
45
+
46
+ //default accuracy is sup
47
+ accuracy = "sup"
48
+ // change this value if 0.9 is too strict
49
+ // if set to null or '' then modkit will determine its threshold by sampling reads.
50
+ modkitFilterThreshold = 0.9
35
51
```
36
52
37
53
Be sure to change the process section of the example config file to reflect your cluster environment.
0 commit comments