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 or CMD + i on the bam file or type ls -lh my_bam in terminal.
Hey everybody, I am wondering what ontology file (.obo file) GOstats uses and where I could view it. Does GOstats pull its ontologies from geneontology.org …
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 + iorCMD + ion the bam file or typels -lh my_bamin terminal.check the header with samtools :
samtools view -H align.bam