Hey Devon,
Thank you for your message. I have taken this file from GRCh37_ensembl2UCSC.txt the link.
I am doing this in terminal python convertBigWigChroms.py GRCh37_ensembl2UCSC.txt Sort.Ref.ER.DSG.bam.bw ER.DSG.bw
and I get this error:
Traceback (most recent call last):
File "convertBigWigChroms.py", line 16, in <module>
if cols[1] == "":
IndexError: list index out of range
Could you please let me know how to make it run.
Thank you
chromosome name differences is what first comes to mind.
I know how to fix this in wiggle files but I have no clue how to fix this in bigwigs.
There is a command in ucsc tool kit called bigWigToWig . You can convert bigwig to wig and then use wigToBigWig tool to reconvert ?