shengqh / ChIPQC

7 stars 5 forks source link

'browser' must be a non-empty character string #3

Open weishwu opened 4 years ago

weishwu commented 4 years ago

I first installed ChIPQC from Conda or Docker. Both gave me the error "names' attribute [9] must be the same length as the vector [7]" for ChIPQCreport.

Then I installed it from this git but got the following error and warning:

> ChIPQCreport(exampleExp)
Saving 7 x 7 in image
Saving 7 x 7 in image
Saving 7 x 7 in image
Using Sample as id variables
Saving 7 x 7 in image
Saving 7 x 7 in image
Error in browseURL(paste0("file://", normalizePath(file.path(reportFolder,  :
  'browser' must be a non-empty character string
In addition: Warning message:
Removed 1200 row(s) containing missing values (geom_path).

By the way, my data is on hg38. Is the warning related to this? It seems only hg19 is supported.