Skip to content

Commit 79defa7

Browse files
committed
updated read me for modkit treshold
1 parent 841524a commit 79defa7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The config file must be updated to the list where the top directory containing t
2222

2323
```
2424
params {
25-
sample = 'nxtest'
25+
sample = 'C2C12_RNA_r1'
2626
//readType can either be 'RNA', 'DNA' or 'CDNA'
2727
readType = 'RNA'
2828
// 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 {
3232
perMod = 5
3333
// change if the launch directory is not where the pod5 and output directories should go
3434
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
3551
```
3652

3753
Be sure to change the process section of the example config file to reflect your cluster environment.

0 commit comments

Comments
 (0)