I have downloaded a bed file from here https://remap.univ-amu.fr/ for the Arabidopsis genome. I want to add the bed file as a custom track to my Arabidopsis genome, but I fail to convert the bed file to bigBed
You can see all my data in the following link. https://drive.google.com/drive/folders/1-wmbc9gKtbXFJ95E0n41WgPL-G313SNe?usp=sharing
When I use the following command
bedToBigBed -tab remap2022_sorted.bed arath.chrom.sizes remap.bb
I take this error
Error line 874 of remap2022_sorted.bed: Expecting colour to consist of r,g,b values from 0 to 255. Got [153,209,10,43,5,32]
I have two questions:
- How can I create an r,g,b column in my bed file? Do you have any software to suggest?
- Is there software which converts bed files to bed12 files?
Any hint or direction is highly appreciated.