.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH RUN_DISCOSNP++.SH "1" "January 2019" "run_discoSnp++.sh 2.3.0" "User Commands" .SH NAME run_discoSnp++.sh \- pipelining kissnp2 and kissreads for calling SNPs and small indels from NGS reads without the need of a reference genome .SH SYNOPSIS .B run_discoSnp++.sh \fI\,-r read_file_of_files \/\fR[\fI\,OPTIONS\/\fR] .SH DESCRIPTION run_discoSnp++.sh, a pipelining kissnp2 and kissreads for calling SNPs and small indels from NGS reads 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 .IP DISCOSNP++ 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 0: forbid variants for which any of the two paths is branching (high precision, lowers the recall in complex genomes). Default value 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 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. discoSnp++ 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. discoSnp++ will search up to P SNPs in a unique bubble. Default=1 \fB\-p\fR prefix. All out files will start with this prefix. Default="discoRes" \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\-t\fR: extend found polymorphisms with unitigs \- Forced usage when using discoSnpRad \fB\-T\fR: extend found polymorphisms with contigs \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\-n\fR: do not compute the genotypes \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 REFERENCE GENOME AND/OR VCF CREATION OPTIONS .IP \fB\-G\fR: reference genome file (fasta, fastq, gzipped or nor). In absence of this file the VCF created by VCF_creator won't contain mapping related results. \fB\-R\fR: use the reference file also in the variant calling, not only for mapping results \fB\-B\fR: bwa path. e.g. \fI\,/home/me/my_programs/bwa\-0.7\/\fP.12/ (note that bwa must be pre\-compiled) .IP Optional unless option \fB\-G\fR used and bwa is not in the binary path. .TP \fB\-M\fR: Maximal number of mapping errors during BWA mapping phase. Useless unless mapping on reference genome is required (option \fB\-G\fR). Default=4. .IP \fB\-h\fR: Prints this message and exist \fB\-e\fR: map SNP predictions on reference genome with their extensions. \- Forced usage when using discoSnpRad .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.