Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N ngs_tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • bioinfo
  • ngs_tools
  • Issues
  • #67

Closed
Open
Created Aug 15, 2019 by domingue@domingueMaintainer

expression_explorer: harcoded Rscipt path

The path to Rscript is hard coded which means that if this binary is in a different paths it will not be found:

/usr/local/bin/Rscript -<<"EOF" ${SCRIPT_DIRECTORY}

I encountered the issue because my local linux installation stores it in /usr/bin/Rscript, a different path on falcon, and if anyone uses conda it is likely it will be somewhere else.

A solution, tested on ubuntu 18.04 is to replace the line this:

$(which Rscript) -<<"EOF" ${SCRIPT_DIRECTORY}

which will find the path to Rscript whichever that might be. Since most users use OSX I am not sure who big of a problem this is, but the bug fix would solve it. Shall I go ahead and make the change?

Assignee
Assign to
Time tracking