You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,11 +192,12 @@ options:
192
192
-o, --out output bam/sam file. STDOUT will be written to if it's not specified (string [=-])
193
193
-r, --ref reference fasta file name (should be an uncompressed .fa/.fasta file) (string)
194
194
-b, --bed bed file to specify the capturing region, none by default (string [=])
195
+
-x, --duplex_only only output duplex consensus sequences, which means single stranded consensus sequences will be discarded.
195
196
-u, --umi_prefix the prefix for UMI, if it has. None by default. Check the README for the defails of UMI formats. (string [=auto])
196
197
-s, --supporting_reads only output consensus reads/pairs that merged by >= <supporting_reads> reads/pairs. The valud should be 1~10, and the default value is 1. (int [=1])
197
198
-a, --ratio_threshold if the ratio of the major base in a cluster is less than <ratio_threshold>, it will be further compared to the reference. The valud should be 0.5~1.0, and the default value is 0.8 (double [=0.8])
198
199
-c, --score_threshold if the score of the major base in a cluster is less than <score_threshold>, it will be further compared to the reference. The valud should be 1~20, and the default value is 6 (int [=6])
199
-
-d, --umi_diff_threshold if two reads with identical mapping position have UMI difference <= <umi_diff_threshold>, then they will be merged to generate a consensus read. Default value is 2. (int [=2])
200
+
-d, --umi_diff_threshold if two reads with identical mapping position have UMI difference <= <umi_diff_threshold>, then they will be merged to generate a consensus read. Default value is 1. (int [=1])
200
201
-D, --duplex_diff_threshold if the forward consensus and reverse consensus sequences have <= <duplex_diff_threshold> mismatches, then they will be merged to generate a duplex consensus sequence, otherwise will be discarded. Default value is 2. (int [=2])
201
202
--high_qual the threshold for a quality score to be considered as high quality. Default 30 means Q30. (int [=30])
202
203
--moderate_qual the threshold for a quality score to be considered as moderate quality. Default 20 means Q20. (int [=20])
0 commit comments