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

needle-minimiser - Calculates minimiser for given experiments.

Name

       needle-minimiser - Calculates minimiser for given experiments.

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

       -k, --kmer (unsigned8bitinteger)
              Define k-mer size for the minimisers. Default: 20. Default: 20.

       -w, --window (unsigned32bitinteger)
              Define window size for the minimisers. Default: 60. Default: 0.

       --shape (unsigned64bitinteger)
              Define a shape for the minimisers by the decimal of a bitvector, where 0 symbolizes a position  to
              be ignored, 1 a position considered. Default: ungapped. Default: 0.

       --seed (unsigned64bitinteger)
              Define seed for the minimisers. Default: 0.

       -o, --out (std::filesystem::path)
              Directory, where output files should be saved. Default: "./".

       -t, --threads (unsigned8bitinteger)
              Number of threads to use. Default: 1. Default: 1.

       --include (std::filesystem::path)
              Sequence file containing minimizers, only those minimizers will be considered. Default: "".

       --exclude (std::filesystem::path)
              Sequence file containing minimizers that should not be stored. Default: "".

       --samples (List of signed32bitinteger)
              Define  which  samples  belong together, sum has to be equal to number of sequence files. Default:
              Every sequence file is one sample from one experiment. Default: [].

       -p, --paired
              If set, experiments are paired. Default: Not paired.

       --cutoff (List of unsigned8bitinteger)
              Define for each sample, what number of found minimisers should  be  considered  the  result  of  a
              sequencing  error  and  therefore  be ignored. Default: Every sample has anautomatically generated
              cutoff, which is based on the file size. Default: [].

       --ram  If ram is set and multiple threads are used, the multithreading is more RAM friendly at  the  cost
              of being slower.

Positional Arguments

ARGUMENT-1 (List of std::filesystem::path)
              Please  provide  at least one sequence file OR provide one file containing all sequence files with
              the extension '.lst'. Default: [].

Url

       https://github.com/seqan/needle

Version

Lastupdate: 2024-11-07
       needle-minimiserversion: 1.0.3
       SeqAnversion: 3.3.0

See Also