PoisonAlien / trackplot

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

unused arguments #25

Closed Sinevadada closed 11 months ago

Sinevadada commented 11 months ago

Hi!

Everything worked well, but now I get an error even with the files provided as examples:

Error in read_coldata(bws = bigWigs, build = "hg19") : 
  unused arguments (bws = bigWigs, build = "hg19")

Code: bigWigs = c("H1_Ctcf.bw", "H1_H2az.bw") bigWigs = read_coldata(bws = bigWigs, build = "hg19")

Could you tell me what is wrong?

PoisonAlien commented 11 months ago

Hi, Make sure you are using the latest version.