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

Description

       Needle  allows  you  to  build  an  Interleaved  Bloom  Filter (IBF) with the command ibf or estimate the
       expression of transcripts with the command estimate.

Name

       needle -

Options

Basicoptions:-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].

Subcommands

       This program must be invoked with one of the following subcommands:
       - count
       - delete
       - estimate
       - genome
       - ibf
       - ibfmin
       - insert
       - insertmin
       - minimiser

       See the respective help page for further details (e.g. by calling needle count -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/needle

Version

Lastupdate: 2024-11-07
       needleversion: 1.0.3
       SeqAnversion: 3.3.0

See Also