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

nthash - Recursive hash function for hashing all possible k-mers in a DNA/RNA sequence

Author

        This manpage was written by Nilesh Patra for the Debian distribution and
        can be used for any other usage of the program.

nthash 2.3.0                                      October 2022                                         NTHASH(1)

Description

       Unknown argument: --helpPositionalarguments:
       files  Input sequence files [nargs: 0 or more] [required]

   Optionalarguments:-v, --version prints version information and exits

       -k     k-mer size [required]

       -o     Output file (for -f collect) or directory path [required]

       -f     Output  file  organization (store hashes for each 'file', 'record', or 'collect' all hashes into a
              single file [default: "file"]

       -h     Number of hashes per k-mer/seed [default: 1]

       -s     Input spaced seed patterns separated by commas (e.g. 1110111,11011011). Performs k-mer hashing  if
              no value provided.

       --long Optimize file reader for long sequences (>5kbp)

       --binary
              Output hashes in binary files (otherwise plain text)

       --verbose
              Print progress to stdout

Name

       nthash - Recursive hash function for hashing all possible k-mers in a DNA/RNA sequence

Synopsis

ntHash-kVAR-oVAR [-fVAR] [-h] [-sVAR] [--long] [--binary] [--verbose] files

See Also