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

samtools-targetcut - cut fosmid regions (for fosmid pool only)

Author

       Written by Heng Li from the Sanger Institute.

Description

       This  command  identifies  target  regions  by  examining  the continuity of read depth, computes haploid
       consensus sequences of targets and outputs a SAM with each  sequence  corresponding  to  a  target.  When
       option  -f  is  in use, BAQ will be applied. This command is only designed for cutting fosmid clones from
       fosmid pool sequencing [Ref. Kitzman et al. (2010)].

Name

       samtools-targetcut - cut fosmid regions (for fosmid pool only)

Options

-QminBaseQ
               Ignore bases with quality less than minBaseQ.

       -iinPenalty
               Penalty for in state transition.

       -0em0  Emission score 0.

       -1em1  Emission score 1.

       -2em2  Emission score 2.

       -fref  Reference FASTA file.

See Also

samtools(1)

       Samtools website: <http://www.htslib.org/>

samtools-1.21                                   12 September 2024                          samtools-targetcut(1)

Synopsis

       samtools targetcut [-QminBaseQ] [-iinPenalty] [-0em0] [-1em1] [-2em2] [-fref] in.bam

See Also