I am running the command line shown in chapter XXII (cat simple_counts.txt | Rscript deseq1.r 3×3 > result.txt)
This returned an error message “dyld: Library not loaded: @rpath/libreadline.6.2.dylib
Referenced from: /Users/yangc2/miniconda3/envs/bioinfo/lib/R/lib/libR.dylib
Reason: image not found
Abort trap: 6“.
I also tried the other Rscripts deseq2.r and edger.r. But all gave a similar error message and no correct output file. Is there a way to resolve this?
I am running this in Ubuntu/PC.
=============================================
Kudos to Amy’s feedback. It turned out to be some setting issue with the r software package. This issue is resolved by re-running the codes as follow:
conda install r
conda install -y bioconductor-deseq bioconductor-deseq2 bioconductor-edger r-gplots