Skip to content

Commit a4ce3db

Browse files
committed
update README
1 parent 1c8d120 commit a4ce3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,11 @@ gencore -i in.bam -o out.bam -r hg19.fa -s 1
175175
```
176176
gencore -i in.bam -o out.bam -r hg19.fa -s 1 --score_threshold=9
177177
```
178-
If you want to obtain fewer but ultra clean data, you can enable the `duplex_only` option, and increase the `supporting_reads` and the `ratio_threshold`:
178+
If you want to obtain fewer but ultra clean data, and your data has UMI, you can enable the `duplex_only` option, and increase the `supporting_reads` and the `ratio_threshold`:
179179
```
180180
gencore -i in.bam -o out.bam -r hg19.fa --duplex_only -s 3 --ratio_threshold=0.9
181181
```
182+
Please note that only UMI-integrated paired-end data can be used to generate duplex consensuses sequences.
182183

183184
# UMI format
184185
`gencore` supports calling consensus reads with or without UMI. Although UMI is not required, it is strongly recommended. If your FASTQ data has UMI integrated, you can use [fastp](https://github.com/OpenGene/fastp) to shift the UMI to read query names. 

0 commit comments

Comments
 (0)