.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. .TH IDBA_TRAN "1" "March 2020" "idba_tran 1.1.3" "User Commands" .SH NAME idba_tran \- Iterative de Bruijn Graph Assembler for next-generation transcriptome sequencing data. .SH SYNOPSIS .B idba_tran \fI\,-r read.fa -o output_dir\/\fR .SH DESCRIPTION IDBA\-Tran \- Iterative de Bruijn Graph Assembler for next\-generation transcriptome sequencing data. .SS "Allowed Options:" .TP \fB\-o\fR, \fB\-\-out\fR arg (=out) output directory .TP \fB\-r\fR, \fB\-\-read\fR arg fasta read file (<=128) .TP \fB\-l\fR, \fB\-\-long_read\fR arg fasta long read file (>128) .TP \fB\-\-mink\fR arg (=20) minimum k value (<=124) .TP \fB\-\-maxk\fR arg (=60) maximum k value (<=124) .TP \fB\-\-step\fR arg (=10) increment of k\-mer of each iteration .TP \fB\-\-inner_mink\fR arg (=10) inner minimum k value .TP \fB\-\-inner_step\fR arg (=5) inner increment of k\-mer .TP \fB\-\-prefix\fR arg (=3) prefix length used to build sub k\-mer table .TP \fB\-\-min_count\fR arg (=2) minimum multiplicity for filtering k\-mer when building the graph .TP \fB\-\-min_support\fR arg (=1) minimum supoort in each iteration .TP \fB\-\-num_threads\fR arg (=0) number of threads .TP \fB\-\-seed_kmer\fR arg (=30) seed kmer size for alignment .TP \fB\-\-min_contig\fR arg (=200) minimum size of contig .TP \fB\-\-min_transcript\fR arg (=300) minimum size of transcript .TP \fB\-\-similar\fR arg (=0.95) similarity for alignment .TP \fB\-\-max_mismatch\fR arg (=3) max mismatch of error correction .TP \fB\-\-no_local\fR do not use local assembly .TP \fB\-\-no_coverage\fR do not iterate on coverage .TP \fB\-\-no_correct\fR do not do correction .TP \fB\-\-pre_correction\fR perform pre\-correction before assembly .TP \fB\-\-max_isoforms\fR arg (=3) maximum number of isoforms .TP \fB\-\-max_component_size\fR arg (=30) maximum size of components .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.