Entering edit mode
4.0 years ago
spz1st
▴
20
I downloaded files with an extension .bam.tdf and want to convert them to .bam files. Anyone can tell me how to do the conversion? My server uses redhat 7. Thanks.
P.S. when I searched tdf, I got different definitions, such as trusted data format, text design file, etc., so what does tdf actually stand for in my case?
TDF in bioinformatics is a format that is used by the IGV browser (
igvtools
actually) similar to the bigwig format, it typically is made from wig or bedGraph files so coverage information. You probably cannot convert it back to bam.what is the output of
file *.bam.tdf
?