Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
  • Sign in
N
ngs_tools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Labels
    • Milestones
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • bioinfo
  • ngs_tools
  • Issues
  • #67

Closed
Open
Opened Aug 15, 2019 by domingue@domingue
  • Report abuse
  • New issue
Report abuse New issue

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?

Related issues

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
rna_seq
Assign labels
  • View project labels
Reference: bioinfo/ngs_tools#67