Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samtools in path #3

Open
jessiepelosi opened this issue Aug 19, 2024 · 0 comments
Open

samtools in path #3

jessiepelosi opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@jessiepelosi
Copy link

Great tool, Shelly! Thanks for putting this together. I have a very minor suggestion for the README - I struggled with getting R to recognize samtools, even with symbolically linking on HiPerGator. I found this solution online and thought it might be helpful to others:

Sys.setenv(PATH=paste("/apps/samtools/1.19.2/bin", Sys.getenv("PATH"),sep=":"))

I had put this in the beginning of the R script, so I believe it has to be called each time that the script is run.

@mgaynor1 mgaynor1 added the documentation Improvements or additions to documentation label Aug 19, 2024
@mgaynor1 mgaynor1 self-assigned this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants