Transipedia / dekupl-run

Identify differentially expressed k-mers between RNA-Seq datasets
MIT License
11 stars 11 forks source link

R scripts and library dependency #66

Open leclercfl opened 5 years ago

leclercfl commented 5 years ago

Executing dekupl-run from a conda version, I came accross an error related to a missing R library that makes the job to stop. It occures during the execution of limma-voom_diff_method.R: Loading required package: iterators Loading required package: parallel Error in library("pryr") : there is no package called pryr Execution halted

I'm not sure whether the library is supposed to be installed by default by installing the R library fixed the error:

install.packages("pryr")

P.S.: maybe it worth adding the installation of this library in the pre-requisites.