How to include each steps in the bam header
1
0
Entering edit mode
8.7 years ago

Hi,

I'm doing sequence analysis (starting from alignment of fastq to BaseRecalibrator). I would like to know if there is any by which we can include each steps in the bam header.

Assembly sequencing • 1.6k views
ADD COMMENT
3
Entering edit mode
8.7 years ago

Almost all aligners add the alignment command used in the bam header under the @PG tag. Picard also adds such information in the bam header if you use it for the post processing of your sam/bam file. Even if you use a program that doesn't add such information under the @PG tag, you can edit the header on your own. Search for edit bam header in this forum and here is the reference for things you will have to take care while adding a info into the header. All these info will will go under the @PG tag. https://samtools.github.io/hts-specs/SAMv1.pdf

ADD COMMENT

Login before adding your answer.

Traffic: 2047 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6