logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yara_mapper - Yara Mapper

Description

       Yara - Yet Another Read Aligner.

       See http://www.seqan.de/projects/yara for more information.

       (c) Copyright 2011-2014 by Enrico Siragusa.

       (c) Copyright 2013 by NVIDIA Corporation.

Name

       yara_mapper - Yara Mapper

Options

-h, --help
              Display the help message.

       --version
              Display version information.

       -v, --verbose
              Displays global statistics.

       -vv, --very-verbose
              Displays extensive statistics for each batch of reads.

   OutputOptions:-o, --output-fileOUTPUT_FILE
              Specify an output file. Default: write the file to standard output. Valid filetypes are:  .sam[.*]
              and  .bam,  where  *  is  any  of  the  following  extensions:  gz,  bz2, and bgzf for transparent
              (de)compression.

       -f, --output-formatSTRING
              Specify      an      output      format.      Note:      when      specifying      the      option
              --output-file,      the      output      format      is      taken      from      the     filename
              extension. One of bam, sam, sam.bgzf, sam.gz, and sam.bz2. Default: sam.

       -rg, --read-groupSTRING
              Specify a read group for all records in the SAM/BAM file. Default: none.

       -sa, --secondary-alignmentsSTRING
              Specify         whether         to         output         secondary         alignments          in
              the        XA        tag       of       the       primary       alignment,       as       separate
              secondary records, or to omit them. One of tag, record, and omit. Default: tag.

       -ra, --rabema-alignments
              Output                alignments                compatible                with                 the
              Read Alignment BEnchMArk (RABEMA).

   MappingOptions:-e, --error-rateINTEGER
              Consider       alignments       within       this      percentual      number      of      errors.
              Increase    this     threshold     to     increase     the     number     of     mapped     reads.
              Decrease this threshold to decrease the runtime. In range [0..10]. Default: 5.

       -s, --strata-rateINTEGER
              Consider        suboptimal        alignments       within       this       percentual       number
              of   errors   from   the   optimal   alignment.    Increase    this    threshold    to    increase
              the number of alternative alignments at the expense of runtime. In range [0..10]. Default: 0.

       -y, --sensitivitySTRING
              Sensitivity             with            respect            to            edit            distance.
              Full      sensitivity      guarantees      to      find      all       considered       alignments
              but       increases       runtime,       low       sensitivity      decreases      runtime      by
              breaking such guarantee. One of low, high, and full. Default: high.

   Paired-EndMappingOptions:-ll, --library-lengthINTEGER
              Expected library length. Default: autodetected. In range [1..inf].

       -ld, --library-deviationINTEGER
              Deviation from the expected library  length.                                              Default:
              autodetected. In range [1..inf].

       -i, --indel-rateINTEGER
              Rescue unaligned ends within this percentual number of indels. In range [0..50]. Default: 25.

       -ni, --no-indels
              Turn off the rescue of unaligned ends containing indels.

   PerformanceOptions:-t, --threadsINTEGER
              Specify the number of threads to use. In range [1..2048]. Default: 4.

yara_mapper 0.9.11 [tarball]                                                                      YARA_MAPPER(1)

Required Arguments

REFERENCE_INDEX_PREFIXINPUT_PREFIX
              An indexed reference genome.

       READS_FILE List of INPUT_FILE's
              Either  one  single-end  or  two paired-end / mate-pair read files. Valid filetypes are: .sam[.*],
              .raw[.*], .gbk[.*], .frn[.*],  .fq[.*],  .fna[.*],  .ffn[.*],  .fastq[.*],  .fasta[.*],  .faa[.*],
              .fa[.*],  .embl[.*],  and  .bam, where * is any of the following extensions: gz, bz2, and bgzf for
              transparent (de)compression.

Synopsis

yara_mapper [OPTIONS] <REFERENCEINDEXPREFIX> <SE-READSFILE>
       yara_mapper [OPTIONS] <REFERENCEINDEXPREFIX> <PE-READSFILE1> <PE-READSFILE2>

See Also