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

Raptor - A fast and space-efficient pre-filter for querying very large collections of nucleotide

Description

       Raptor is a system for approximately searching many queries such as next-generation sequencing  reads  or
       transcripts  in  large  collections of nucleotide sequences. Raptor uses winnowing minimizers to define a
       set of representative k-mers, an extension of the interleaved Bloom filters (IBFs) as  a  set  membership
       data  structure  and  probabilistic  thresholding  for  minimizers.  Our  approach allows compression and
       partitioning of the IBF to enable the effective use of secondary memory.

Name

       Raptor  -  A  fast  and  space-efficient  pre-filter  for  querying  very large collections of nucleotide
       sequences.

Options

Commonoptions-h, --help
              Prints the help page.

       -hh, --advanced-help
              Prints the help page including advanced options.

       --version
              Prints the version information.

       --copyright
              Prints the copyright/license information.

       --export-help (std::string)
              Export the help page information. Value must be one of [html, man, ctd, cwl].

Subcommands

       This program must be invoked with one of the following subcommands:
       - build
       - layout
       - prepare
       - search
       - upgrade

       See the respective help page for further details (e.g. by calling Raptor build -h).

       The following options below belong to the top-level parser and need to be specified before the subcommand
       key word. Every argument after the subcommand key word is passed on to the corresponding sub-parser.

Url

       https://github.com/seqan/raptor

Version

Lastupdate: Unavailable
       Raptorversion: 3.0.1 (commit unavailable)
       Shargversion: 1.1.1
       SeqAnversion: 3.4.0-rc.3

See Also