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

arden-filter - filter a SAM file based on the analysis with ARDEN

Description

       Script  to filter and a SAM file based on the analysis with ARDEN. It is necessary to specify the desired
       cutoffs for RQS,GAPS and MM.  Type: python filter -e 1 for printing some examples.

Name

       arden-filter - filter a SAM file based on the analysis with ARDEN

Options

       Required Arguments:

       OUTPUTFILE
              Outputfilename

       INPUT  Single SAM file to filter.

       --version
              show program's version number and exit

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

       -r RQS, --rqs=RQS
              Threshold for minimum read quality score.. [default: 0]

       -m MM, --mismatches=MM
              Threshold for maximum number of mismatches in an alignment [default: 3]

       -g GAPS, --gaps=GAPS
              Threshold for maximum number of gaps in an alignment.  [default: 3]

       -e PEXAMPLES, --examples=PEXAMPLES
              set to 1 if you want to print examples

arden-filter 2013-04-25                           February 2014                                  ARDEN-FILTER(1)

Synopsis

arden-filter [INPUTSAM] [OUTPUTFILE] [OPTIONS]...

See Also