bam file: get date that alignment was run
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!
rna-seq
alignment
sequencing
• 1,275 views
•
link
written
by
brismiller •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Currently lost between contigs, scaffolds and chromosomes due to positionally sorted scRNAseq bam f…
written by nyxtoviopouli •Hello everyone, I have downloaded some scRNAseq bam files from EGA, but the contents of the files look like this (header + first 3 rows …
-
LoFreq input file issues
written by storm1907 •Hello, when trying to run Lofreq tool for low frequency variant calling with mpileup files, the tool is looking for header in the input (but …
-
GATK liftOver chain file for human_g1k_v37.fasta
written by brismiller •Hey all, is there a chain file that I can use to lift over variants from human_g1k_v37.fasta to hg38? I ran GATK's LiftoverVcf using the …
-
Seeing only "N's" in tablet genome viewer?
written by tuj92050 •I downloaded a bam file of an exome sequence from the 1000 genome project website and ran samtools view to extract chromosome 22. My command …
-
GOstats Clarification: ontology information source
written by brismiller •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 …
-
Conversion of sam to bam using samtools
written by abhilashreddy495 •Hello, The alignment with the whole human genome and my data, the sam files are genertaed but when I tried to use the *samtools* for …
-
Alignment and Counting strandedness redundancy?
written by brismiller •Hi everyone I have a question about the parameters to use for my SE RNA-Seq samples for the alignment and counting steps of my pipeline. …
-
fastq parsing inefficiencies with python
written by brismiller •Hey everybody. I have written a custom python script (below) but it is too slow and I need pointers as to where the code can …
-
Samtools view does not recognize that I already have index file
written by gaiusjaugustusHello, I am trying to extract reads at 1 base pair from many bam files. Each bam file has a bai file with the same …
-
Error using samtools for downloading bam files
written by Maria333 •Hi, I was just trying to run my typical script which downloaded a lot of regions I wanted before, but it stopped all of a …
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