.\" Man page generated from reStructuredText. . .TH QUIVER 1 "February 2016" "" "" .SH NAME quiver \- genomic consensus caller designed for Pacific Biosciences data . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH DESCRIPTION .sp \fBQuiver\fP is an algorithm for calling highly accurate consensus from multiple PacBio reads, using a pair\-HMM exploiting both the basecalls and QV metrics to infer the true underlying DNA sequence. .SS Data file requirements .sp To make the most accurate consensus calls possible, Quiver makes use of a battery of quality value metrics calculated by the basecaller. If you are using a SMRTportal installation verision 1.4 or later, then SMRTportal will load all the information Quiver needs, so you can skip the rest of this section. .sp In SMRTportal versions 1.3.3 and prior, by default only a subset of these quality values are included in the \fB\&.cmp.h5\fP files produced by SMRTanalysis. To get a \fB\&.cmp.h5\fP with all the QVs loaded, you will need to use the \fBRS_Mapping_QVs\fP protocol to create a \fBcmp.h5\fP file for Quiver. .sp If you are using an older version than SMRTportal/SMRTanalysis 1.3.3, please upgrade. .SH EXAMPLES .SS Running Quiver .sp For example, .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ quiver \-j8 aligned_reads.bam \e > \-r path/to/lambda.fasta \e > \-o variants.gff \-o consensus.fasta .ft P .fi .UNINDENT .UNINDENT .sp will use 8 CPUs to run Quiver on \fBaligned_reads.bam\fP, outputting the consensus sequence and variants. .sp Note that if you are using a cmp.h5 file and have not used the \fIRS_Mapping_QVs\fP protocol to generate that file\-\-\-or if the source bas.h5 file was generated by pre\-1.3.1 instrument software\-\-\-the cmp.h5 will not contain the full battery of QV metrics required for optimal Quiver accuracy. The command will still work, but it will give a warning that its accuracy will be suboptimal. .SS Run Quiver on Multiple Input Files .sp Multiple alignment files in a FOFN (File of File Names) can be quivered against a single reference (\fIGenomicConsensus\fP >= 1.1.0). .sp An example input FOFN: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ cat aligned_reads.fofn /path/to/reads1.bam /path/to/reads2.bam .ft P .fi .UNINDENT .UNINDENT .sp can be used instead of a reads file: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ quiver \-j8 aligned_reads.fofn \e > \-r path/to/lambda.fasta \e > \-o variants.gff \-o consensus.fasta .ft P .fi .UNINDENT .UNINDENT .sp Quiver can also be used with DataSet XML files. See pbcore for details on generating new DataSet XML files for your alignment files. .SS Highly\-accurate assembly consensus .sp Quiver enables consensus accuracies on genome assemblies at accuracies approaching or even exceeding Q60 (one error per million bases). If you use the HGAP assembly protocol in SMRTportal 2.0 or later, Quiver runs automatically as the final "assembly polishing" step. .SH SEE ALSO .sp \fBquiver\-faq\fP(7) \fBplurality\fP(1) \fBvariantCaller\fP(1) \fBpbgff\fP(5) .\" Generated by docutils manpage writer. .