Entering edit mode
4.6 years ago
brismiller
▴
60
Hey all,
This is kind of random, but it there date information in bam files for when the alignment was run, or when the file was created? Maybe in the header?
Cheers!
I'm not aware of date information directly stored in the bam file, but your operating system should record the date of the last change you did to the file. This can be equivalent to the .bam creation date if the file has not been modified afterwards. To view this, use
CTR + i
orCMD + i
on the bam file or typels -lh my_bam
in terminal.check the header with samtools :
samtools view -H align.bam