Hi,
I'm working with a piece of software that requires RefSeq track tables, and I'm running into issues when trying to update from hg38 to chm13. The following are the headers for each table:
hg38: bin name chrom strand txStart txEnd cdsStart cdsEnd exonCount exonStarts exonEnds score name2 cdsStartStat cdsEndStat exonFrames
chm13: chrom chromStart chromEnd name score strand thickStart thickEnd reserved blockCount blockSizes chromStarts name2 cdsStartStat cdsEndStat exonFrames type geneName geneName2 geneType
Is there a way to translate the chm13 file to have the same format as hg38 (perhaps involving the bb file)? Or am I SOL in that there is no translation.
Thank you
Thank you for the resources.