@@ -15,7 +15,9 @@ vsearch \-\-chimeras_denovo --- detect chimeras *de novo* in long exact sequence
1515# DESCRIPTION
1616
1717The vsearch command ` --chimeras_denovo ` detect chimeras * de novo*
18- (i.e. without external references) in long exact sequences.
18+ (i.e. without external references) in long exact sequences. It uses a
19+ modified uchime algorithm that can automatically adapt to a wide range
20+ of sequence lengths.
1921
2022
2123# OPTIONS
@@ -36,8 +38,27 @@ At least one of `--alnout`, `--chimeras`, `--nonchimeras`, and
3638#(./fragments/option_nonchimeras.md)
3739
3840` --tabbedout ` * filename*
39- : Write chimera info to * filename* , using a tab-separated format with
40- n columns. The columns are...
41+ : Write the results to a eighteen-column tab-delimited file with the
42+ specified * filename* . Columns are:
43+
44+ 1. dummy value, always set to 99.9999
45+ 2. query header
46+ 3. parent A header
47+ 4. parent B header
48+ 5. parent C header ("*" if there are only two parents)
49+ 6. QModel: max similarity percentage (always 100.0%)
50+ 7. QA: similarity percentage with parent A
51+ 8. QB: similarity percentage with parent B
52+ 9. QC: similarity percentage with parent C (0.00 if there are only two parents)
53+ 10. QT: highest similarity percentage with a parent
54+ 11. left yes: ignored, always set to zero
55+ 12. left no: ignored, always set to zero
56+ 13. left abstain: ignored, always set to zero
57+ 14. right yes: ignored, always set to zero
58+ 15. right no: ignored, always set to zero
59+ 16. right abstain: ignored, always set to zero
60+ 17. dummy value, always set to 0.00
61+ 18. chimeric status (Y: chimera, N: not a chimera)
4162
4263
4364## core options
@@ -93,8 +114,6 @@ At least one of `--alnout`, `--chimeras`, `--nonchimeras`, and
93114
94115#(./fragments/option_sample.md)
95116
96- #(./fragments/option_sizein.md)
97-
98117#(./fragments/option_sizeout.md)
99118
100119#(./fragments/option_xee.md)
@@ -123,7 +142,10 @@ for a complete description. Modify with caution.
123142#(./fragments/option_threads_not_multithreaded.md)
124143
125144
126- ## unsupported options?
145+ ## unsupported options
146+
147+ The following options are not yet supported by the ` --chimeras_denovo `
148+ command:
127149
128150#(./fragments/option_bzip2_decompress.md)
129151
0 commit comments