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

MaskPrimers.py - Removes primers and annotates sequences with primer and barcode identifiers

Author

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

MaskPrimers.py 0.6.0                                May 2020                                   MASKPRIMERS.PY(1)

Description

       usage: MaskPrimers.py [--version] [-h]  ...

       Removes primers and annotates sequences with primer and barcode identifiers

   help:--version
              show program's version number and exit

       -h, --help
              show this help message and exit

   subcommands:
              Alignment method

       align  Find primer matches using pairwise local alignment.

       score  Find primer matches by scoring primers at a fixed position.

       extract
              Remove and annotate a fixed sequence region.

   outputfiles:
              mask-pass

              processed reads with successful primer matches.

              mask-fail

              raw reads failing primer identification.

   outputannotationfields:
              SEQORIENT

              the orientation of the output sequence. Either F (input) or RC (reverse complement of input).

              PRIMER

              name of the best primer match.

              BARCODE

              the sequence preceding the primer match. Only output when the --barcode flag is specified.

Name

       MaskPrimers.py - Removes primers and annotates sequences with primer and barcode identifiers

See Also