hello,
I am running nf core ChIPseq pipeline using nextflow and docker. I get the follwoing error after which the pipeline aborts.
Command error:
Loading required package: Rcpp
Error: protect(): protection stack overflow
Execution halted
command:
nextflow run nf-core/chipseq --input design_pe.csv --genome AtlanticSalmon \
-profile docker -c config_Ss --macs_gsize 2700000000 --narrow_peak True \
--clip_r1 20 --clip_r2 20 --three_prime_clip_r1 10 --three_prime_clip_r2 10 \
--max_cpus 16
It runs for some hours and then throws this error (attached error report)
pipeline_report.txt:
thanks for your help
ps: I suspect it has something to do with https://stackoverflow.com/questions/32826906/how-to-solve-protection-stack-overflow-issue-in-r-studio but I am not sure how to achieve this on R (not rstudio).
hello,
I am running nf core ChIPseq pipeline using nextflow and docker. I get the follwoing error after which the pipeline aborts.
Command error:
Loading required package: Rcpp
Error: protect(): protection stack overflow
Execution halted
command:
It runs for some hours and then throws this error (attached error report)
pipeline_report.txt:
thanks for your help
ps: I suspect it has something to do with https://stackoverflow.com/questions/32826906/how-to-solve-protection-stack-overflow-issue-in-r-studio but I am not sure how to achieve this on R (not rstudio).