|
NAMEsamtools calmd - calculates MD and NM tagsSYNOPSISsamtools calmd [-Eeubr] [-C capQcoef] aln.bam ref.fastaDESCRIPTIONGenerate the MD tag. If the MD tag is already present, this command will give a warning if the MD tag generated is different from the existing tag. Output SAM by default.Calmd can also read and write CRAM files although in most cases it is pointless as CRAM recalculates MD and NM tags on the fly. The one exception to this case is where both input and output CRAM files have been / are being created with the no_ref option. Note that some aligners do not include sequence or confidence values in secondary and supplementary alignment records. Where this happens in SAM files, a “*” character will be seen in the SEQ and QUAL columns. These records will be skipped, as it is not possible to recalculate the MD and NM tags without access to the query sequence. samtools calmd will emit a warning if any records have been skipped for this reason. OPTIONS
EXAMPLES
AUTHORWritten by Heng Li from the Sanger Institute.SEE ALSOsamtools(1), samtools-mpileup(1)Samtools website: <http://www.htslib.org/>
Visit the GSP FreeBSD Man Page Interface. |