Entering edit mode
6.9 years ago
amy16
▴
40
Hi, I get following syntax error message when I run R script on HPC for DGE analysis using ballgown. any help is very much appreciated.
syntax error near unexpected token Ballgown'
library(Ballgown)'
-Thanks
in the R code, remove the quote after
)
Command line: library("Ballgown") The error message: /tmp/slurmd/job5624031/slurm_script: line 15: syntax error near unexpected token
"Ballgown"' /tmp/slurmd/job5624031/slurm_script: line 15:
library("Ballgown")' Also, I've tried writing library(Ballgown), still the same error message.Your question lacks sufficient information for us to help. Please read Tutorial: How To Ask Good Questions On Technical And Scientific Forums.