Scroll to navigation

SAMCLIP(1) User Commands SAMCLIP(1)

NAME

samclip - filter SAM file for soft and hard clipped alignments

SYNOPSIS

samclip --ref ref.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

DESCRIPTION

Filter SAM file for soft & hard clipped alignments

OPTIONS

This help
Print version and exit
Reference genome - needs FASTA.fai index
Maximum clip length to allow (default=5)
Output rejected SAM lines and ignore good ones
Print verbose debug info to stderr
Print progress every NUM records (default=100000,none=0)

SEE ALSO

https://github.com/tseemann/samclip

AUTHOR


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

May 2020 samclip 0.4.0