PoisonAlien / trackplot

Generate IGV style locus tracks from bigWig files in R
133 stars 16 forks source link

Error: object 'color_scheme' not found #1

Closed eyleencorrales closed 3 years ago

eyleencorrales commented 3 years ago

Hi! I got the following error: Error in .extract_cytoband(chr = chr, refBuild = build) : object 'color_scheme' not found I think 'color_scheme' (line: 486) might need to be replaced for 'colorSheme'

PoisonAlien commented 3 years ago

Hi, Thanks for testing and you're correct. There was a typo.. I have fixed it. Let me know if it works.

eyleencorrales commented 3 years ago

Hi, It works fine now 🙂 Many thanks! Best,

Eyleen