.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH RUN_DISCOSNPRAD.SH "1" "January 2019" "run_discoSnpRad.sh 2.3.0" "User Commands" .SH NAME run_discoSnpRad.sh \- pipelining kissnp2 and kissreads and clustering per locus for calling SNPs and small indels from RAD-seq data without the need of a reference genome .SH SYNOPSIS .B run_discoSnpRad.sh \fI\,-r read_file_of_files \/\fR[\fI\,OPTIONS\/\fR] .SH DESCRIPTION run_discoSnpRad.sh, pipelining kissnp2 and kissreads and clustering per locus for calling SNPs and small indels from RAD\-seq data without the need of a reference genome Version 2.3.X .IP MANDATORY: .TP \fB\-r\fR read_file_of_files Example: \fB\-r\fR bank.fof with bank.fof containing the two lines .TP data_sample/reads_sequence1.fasta data_sample/reads_sequence2.fasta.gz .TP \fB\-S\fR **absolute** path to short_read_connector directory, containing the short_read_connector.sh'' file. \fB\-Note1\fR: short read connector must be compiled. \fB\-Note2\fR: if this option is missing, discoSnpRad will still however provide a fasta file containing SNPs and INDELS, that won't be clustered by locus .IP DISCOSNPRAD OPTIONS: .IP \fB\-g\fR: reuse a previously created graph (.h5 file) with same prefix and same k and c parameters. \fB\-b\fR value. .TP 1: (smart branching) forbid SNPs for which the two paths are branching (e.g. the two paths can be created either with a 'A' or a 'C' at the same position Default value 2: No limitation on branching (lowers the precision, high recall) .IP \fB\-s\fR value. In b2 mode only: maximal number of symmetrical croasroads traversed while trying to close a bubble. Default: no limit \fB\-D\fR value. discoSnpRad will search for deletions of size from 1 to D included. Default=100 \fB\-a\fR value. Maximal size of ambiguity of INDELs. INDELS whose ambiguity is higher than this value are not output [default '20'] \fB\-P\fR value. discoSnpRad will search up to P SNPs in a unique bubble. Default=5 \fB\-p\fR prefix. All out files will start with this prefix. Default="discoRad" \fB\-l\fR: remove low complexity bubbles \fB\-k\fR value. Set the length of used kmers. Must fit the compiled value. Default=31 \fB\-c\fR value. Set the minimal coverage per read set: Used by kissnp2 (don't use kmers with lower coverage) and kissreads (read coherency threshold). This coverage can be automatically detected per read set or specified per read set, see the documentation. Default=auto \fB\-C\fR value. Set the maximal coverage for each read set: Used by kissnp2 (don't use kmers with higher coverage). Default=2^31\-1 \fB\-d\fR value. Set the number of authorized substitutions used while mapping reads on found SNPs (kissreads). Default=1 \fB\-u\fR: max number of used threads \fB\-v\fR: verbose 0 (avoids progress output) or 1 (enables progress output) \fB\-\-\fR default=1. .IP \fB\-h\fR: Prints this message and exist .PP Any further question: read the readme file or contact us via the Biostar forum: https://www.biostars.org/t/discosnp/ .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.