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

fatal error in wrapper code #42

Closed passdan closed 6 years ago

passdan commented 6 years ago

I am getting this error during every run of "New plot set" but I can't work out the meaning behind it.

Seqplots v1.10.6 stanalone on Ubuntu 16.04 LTS

Przemol commented 6 years ago

Please try installing from R:

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

Let me know if it works, if not I'll re-open the issue.