Przemol / seqplots

:chart_with_upwards_trend:SeqPlots - An interactive tool for visualizing NGS signals and sequence motif densities along genomic features using average plots and heatmaps.
http://przemol.github.io/seqplots
86 stars 25 forks source link

Unknown genome name/genome not installed #19

Closed munkitchoy closed 8 years ago

munkitchoy commented 8 years ago

I keep getting "Unknown genome name/genome not installed! Use UCSC compatible or contact administrator" error when uploading files. I did install the genome (HG19) in R.

Przemol commented 8 years ago

Hi munkitchoy,

Thanks for feedback. I was getting similar error under certain conditions. This issue should be fixed in 6cd0d1952861e5cf09f29d17833db7fa7a125690. Just install newest development version by following code:

if (!require("devtools")) install.packages("devtools")
devtools::install_github('przemol/seqplots', build_vignettes=FALSE)

Please let me know if this does not help, I'll reopen the issue.