Closed endrebak closed 6 years ago
What is your R version? and did you install Boost library?
There is a workaround for this issue. You can use a dependency installer in our ChIP-seq pipeline, which includes phantompeakqualtools and its dependencies (R and all R packages related to it).
1) Install Conda first (https://github.com/kundajelab/chipseq_pipeline#conda)
2) Install dependencies for the pipeline (https://github.com/kundajelab/chipseq_pipeline#dependencies)
3) Activate conda environment ($ source activate aquas_chipseq
)
4) Run Rscript
Thank you for replying. I am using anaconda R with boost and R-cpp.
I guess I should try your install script, but I became wary because of this warning:
REMOVE ANY ANACONDA OR OTHER VERSIONS OF CONDA FROM YOUR BASH STARTUP SCRIPT. WE CANNOT GUARANTEE THAT PIPELINE WORKS WITH OTHER VERSIONS OF CONDA. ALSO REMOVE R AND OTHER CONFLICTING MODULES FROM IT TOO.
There does not seem to be anything in the install script that would mess with my existing conda though - it just install loads of stuff under a new environment.
Please ignore that warning and proceed to install it, if something wrong happens then let me know.
So this is not it? https://github.com/kundajelab/chip-seq-pipeline2/blob/master/installers/install_dependencies.sh
I mean, you seem to have a new pipeline, but I should still use the installer in the old repo?
On Mon, Jul 2, 2018 at 3:39 PM Jin Lee notifications@github.com wrote:
Please ignore that warning and proceed to install it, if something wrong happens then let me know.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kundajelab/phantompeakqualtools/issues/8#issuecomment-401807335, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ9I0mSPytOEiAjSGTnNfzLu8feBcWz2ks5uCiKagaJpZM4U-xBp .
I get the same error with /mnt/work/endrebak/software/anaconda/envs/aquas_chipseq/bin/R CMD INSTALL spp_1.14.tar.gz
.
spp is already installed in the conda environment aquas_chipseq.
Jin
On Tue, Jul 3, 2018 at 2:16 AM, Endre Bakken Stovner < notifications@github.com> wrote:
I get the same error with /mnt/work/endrebak/software/ anaconda/envs/aquas_chipseq/bin/R CMD INSTALL spp_1.14.tar.gz
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kundajelab/phantompeakqualtools/issues/8#issuecomment-402070039, or mute the thread https://github.com/notifications/unsubscribe-auth/AIOd_M0zBel59zcTjGXyh0CbHO-UV903ks5uCzZegaJpZM4U-xBp .
Haha, thanks. I can be dumb XD
It worked beautifully - thanks for your patience and help :)