You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have R installed in /usr/bin/R however, when I run your tool I get the error
*** ERROR: Couldn't find Rscript - is R installed? ***
I think the issue is in this code block when checking R version. Running Rscript --version returns Rscript (R) version 4.3.1 (2023-06-16). Can you please fix this.
The text was updated successfully, but these errors were encountered:
Thanks for your report. If you're sure that Rscript is installed, it should be safe to remove that check you spotted in the code.
We'll add this to the "To do" list to sort out, but unfortunately, nanook has now lagged behind nanopore developments and really needs a complete rewrite.
I have R installed in /usr/bin/R however, when I run your tool I get the error
I think the issue is in this code block when checking R version. Running
Rscript --version
returnsRscript (R) version 4.3.1 (2023-06-16)
. Can you please fix this.The text was updated successfully, but these errors were encountered: