unused arguments
Sinevadada opened this issue · 1 comments
Sinevadada commented
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
Hi,
Make sure you are using the latest version.