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

qual_trim.py - Perform quality trimming for single-end reads.

Author

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

qual_trim.py 1.1                                   March 2020                                    QUAL_TRIM.PY(1)

Description

       usage: qual_trim.py [-h] [-b BASE] [-p PROB] [-q SCORE] [-l BP] [--illumina5]

       [--solexa]
              FASTQ

       Perform quality trimming for single-end reads.

   positionalarguments:
       FASTQ  including stdin or compressed file {zip,gz,tar,bz}

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

       -b BASE
              ASCII-encoded quality offset, e.g. 33 or 64 (default: 33)

       -p PROB
              error probability cutoff (default: 0.1)

       -q SCORE
              quality score cutoff (default: '-p 0.1')

       -l BP  minimum read length in bp (default: 16)

       --illumina5
              Illumina 1.5+ encoding marked with 'B'

       --solexa
              Solexa encoding

Name

       qual_trim.py - Perform quality trimming for single-end reads.

See Also