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

bp_nrdb.PLS - a script to emulate Warren Gish's nrdb, make a unique sequence database from a set of input

Author

       Jason Stajich, jason-at-bioperl-dot-org

perl v5.32.1                                       2021-08-15                                        BP_NRDB(1p)

Description

       This script will create a unique database of sequences (quasi-nonredundant).  The options are:

          -o filename          - the filename the db is written (STDOUT by default)
          -a filename          - the filename to append the db to
          -l#                  - minimum required sequence length
          -i                   - do not check for duplicates
          -n#                  - max number of descriptions to report per seq
          -d#                  - delimiter to use between consecutive descriptions
          -p                   - use database id prefixes from command line

Name

       bp_nrdb.PLS - a script to emulate Warren Gish's nrdb, make a unique sequence database from a set of input
       databases

Synopsis

       Usage:
         bp_nrdb.PLS [options] file1 file2 file3

       Alternative usage
         bp_nrdb.PLS -p [options] file1 id1 file2 id2 file3 id3

See Also