.\" Man page generated from reStructuredText. . .TH "ILLUMINAPAIREDEND" "1" "Jul 27, 2019" " 1.02 13" "OBITools" .SH NAME illuminapairedend \- description of illuminapairedend . .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 .. .sp \fBIMPORTANT:\fP .INDENT 0.0 .INDENT 3.5 \fI\%illuminapairedend\fP replaces \fBsolexapairend\fP\&. .UNINDENT .UNINDENT .sp \fI\%illuminapairedend\fP aims at aligning the two reads of a pair\-end library sequenced using an Illumina platform. .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 If the two reads overlap, it returns the consensus sequence together with its quality .IP \(bu 2 Otherwise, it concatenates sequence merging the forward read and the reversed\-complemented reverse read. .UNINDENT .UNINDENT .UNINDENT .sp The program uses as input one or two fastq sequences reads files. .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 If two files are used one of them must be specified using the \fB\-r\fP option. Sequence records corresponding to the same read pair must be in the same order in the two files. .IP \(bu 2 If just one file is provided, sequence records are supposed to be all of the same length. The first half of the sequence is used as forward read, the second half is used as the reverse read. .UNINDENT .UNINDENT .UNINDENT .sp \fI\%illuminapairedend\fP align the forward sequence record with the reverse complement of the reverse sequence record. The alignment algorithm takes into account the base qualities. .INDENT 0.0 .INDENT 3.5 \fIExample:\fP .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C > illuminapairedend \-r seq3P.fastq seq5P.fastq > seq.fastq .ft P .fi .UNINDENT .UNINDENT .sp The \fBseq5P.fastq\fP sequence file contains the forward sequence records. The \fBseq3P.fastq\fP sequence file contains the reverse sequence records. Pairs of reads are aligned together and the consensus sequence is stored in the \(ga\(ga seq.fastq\(ga\(ga file. .UNINDENT .UNINDENT .SH ILLUMINAPAIREDEND SPECIFIC OPTIONS .INDENT 0.0 .TP .B \-r , \-\-reverse\-reads= Filename points to the file containing the reverse reads. .UNINDENT .INDENT 0.0 .TP .B \-\-index\-file= .TP .B Filename points to the file containing the illumina index reads .UNINDENT .INDENT 0.0 .TP .B \-\-score\-min= minimum score for keeping alignment. If the alignment score is below this threshold both the sequences are just concatenated. The \fBmode\fP attribute is set to the value \fBjoined\fP\&. .UNINDENT .SH OPTIONS TO SPECIFY INPUT FORMAT .SS Fastq related format .INDENT 0.0 .TP .B \-\-sanger Input file is in Sanger fastq nucleic format (standard fastq used by HiSeq/MiSeq sequencers). .UNINDENT .INDENT 0.0 .TP .B \-\-solexa Input file is in fastq nucleic format produced by Solexa (Ga IIx) sequencers. .UNINDENT .SH OPTIONS TO SPECIFY OUTPUT FORMAT .SS Standard output format .INDENT 0.0 .TP .B \-\-fasta\-output Output sequences in \fBOBITools\fP fasta format .UNINDENT .INDENT 0.0 .TP .B \-\-fastq\-output Output sequences in Sanger fastq format .UNINDENT .SS Generating an ecoPCR database .INDENT 0.0 .TP .B \-\-ecopcrdb\-output= Creates an ecoPCR database from sequence records results .UNINDENT .SS Miscellaneous option .INDENT 0.0 .TP .B \-\-uppercase Print sequences in upper case (default is lower case) .UNINDENT .SH COMMON OPTIONS .INDENT 0.0 .TP .B \-h, \-\-help Shows this help message and exits. .UNINDENT .INDENT 0.0 .TP .B \-\-DEBUG Sets logging in debug mode. .UNINDENT .SH ILLUMINAPAIREDEND ADDED SEQUENCE ATTRIBUTES .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .IP \(bu 2 ali_dir .IP \(bu 2 ali_length .IP \(bu 2 score .IP \(bu 2 score_norm .IP \(bu 2 mode .IP \(bu 2 pairend_limit .IP \(bu 2 sminL .IP \(bu 2 sminR .IP \(bu 2 seq_ab_match .IP \(bu 2 seq_a_single .IP \(bu 2 seq_b_single .IP \(bu 2 seq_a_mismatch .IP \(bu 2 seq_b_mismatch .IP \(bu 2 seq_a_deletion .IP \(bu 2 seq_b_deletion .IP \(bu 2 seq_b_insertion .IP \(bu 2 seq_a_insertion .UNINDENT .UNINDENT .UNINDENT .SH AUTHOR The OBITools Development Team - LECA .SH COPYRIGHT 2019 - 2015, OBITool Development Team .\" Generated by docutils manpage writer. .