When I ran samtools to check if my bam file is right, it shows as this,
[rzeng@qlogin2 reference]$ samtools view -H MO_137.bam
@HD VN:1.4 SO:coordinate
@SQ SN:chr10 LN:130694993
@SQ SN:chr11 LN:122082543
@SQ SN:chr12 LN:120129022
My previous bam file looks like this,
$ samtools view -H /path/to/my.bam
@HD VN:1.0 GO:none SO:coordinate
@SQ SN:1 LN:247249719
@SQ SN:2 LN:242951149
My question is what is GO:none mean? Why it shows in my previous bam file but not this file? I use the same pipeline with no any modification.
Thank you for your explanation!
I have another previous bam.file like this. it was VN:1.4 but it also has GO:none. I checked my previous samtools version (0.1.19) and current samtools that I am using having version as (1.1). So is that because version (1.1) has removed GO: none but not in version 0.1.19? Anyway.. My new Bam file looks fine.