GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
samtools-fixmate(1) Bioinformatics tools samtools-fixmate(1)

samtools fixmate - fills in mate coordinates and insert size fields.

samtools fixmate [-rpcmu] [-O format] in.nameSrt.bam out.bam

Fill in mate coordinates, ISIZE and mate related flags from a name-sorted or name-collated alignment.

-r
Remove secondary and unmapped reads.
-p
Disable FR proper pair check.
-c
Add template cigar ct tag.
-m
Add ms (mate score) tags. These are used by markdup to select the best reads to keep.
-u
Output uncompressed BAM or CRAM.
-O FORMAT
Write the final output as sam, bam, or cram.

By default, samtools tries to select a format based on the output filename extension; if output is to standard output or no format can be deduced, bam is selected.

--no-PG
Do not add a @PG line to the header of the output file.
-@, --threads INT
Number of input/output compression threads to use in addition to main thread [0].

Written by Heng Li from the Sanger Institute.

samtools(1), samtools-markdup(1), samtools-sort(1), samtools-collate(1)

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

21 February 2022 samtools-1.15

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.