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

samclip - filter SAM file for soft and hard clipped alignments

Author

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

samclip 0.4.0                                       May 2020                                          SAMCLIP(1)

Description

       Filter SAM file for soft & hard clipped alignments

Name

       samclip - filter SAM file for soft and hard clipped alignments

Options

--help This help

       --version
              Print version and exit

       --ref FASTA
              Reference genome - needs FASTA.fai index

       --max NUM
              Maximum clip length to allow (default=5)

       --invert
              Output rejected SAM lines and ignore good ones

       --debug
              Print verbose debug info to stderr

       --progress N
              Print progress every NUM records (default=100000,none=0)

See Also

              https://github.com/tseemann/samclip

Synopsis

samclip--refref.fa<in.sam>out.sam

Usage

       In connection with minimap2

              minimap2 ref.fa R1.fq R2.fq | samclip --ref ref.fa | samtools sort > out.bam

See Also