-
Notifications
You must be signed in to change notification settings - Fork 142
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
Cutadapt permission denied #1192
Comments
Do you have control over the filestystem that cutadapat is on? |
It works now. The issue was that I installed cutadapt during an open session of RStudio. When I reload RStudio it worked... Cheers |
Hi Ben,
Sorry for my delayed answer. I had troubles with RStudio but now it works
fine... Thanks
Cheers
Le jeu. 5 nov. 2020 à 11:42, Benjamin Callahan <notifications@github.com> a
écrit :
… Do you have control over the filestystem that cutadapat is on?
If it's a unix-like, you can use chmod to change the permissions to allow
anyone to execute cutadapt. `chmod 777 path/to/cutadapt-binary'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1192 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY5D6ESBJIE4PSXBLXK3KTSOLIY7ANCNFSM4TLR6KZQ>
.
--
***************************************************************
Nicolas Tromas PhD
Université de Montréal
Département de sciences biologiques
Microbial Evolutionary Genomics Group-Laboratoire de Jesse Shapiro
Pavillon Marie-Victorin
90 Vincent-d'Indy, Montréal, Québec, H2V 2S9
Phone: (514) 343 6111 3188
E-mail: tromas.nicolas@gmail.com <tromas.nicolas@gmail.com>
Researchgate: NTromasPage
<https://www.researchgate.net/profile/Nicolas_Tromas>
Web: http://www.shapirolab.ca/
***************************************************************
|
Hi @benjjneb Anyway to use cutadapt in rstudio that I am using in UNIX? thank you |
cutadapt is a command line program, it is not run in R. You can use system calls in R to run command line functions, see the ITS tutorial for an example of that. In order to use cutadapt in unix, you will need to install it there. See: https://cutadapt.readthedocs.io/en/stable/installation.html I'm not sure how you did this before, but there shouldn't be an |
Hi Ben,
I wonder if you have already met this issue with Rstudio.
When I added the path to cutadapt, system2(cutadapt, args= "--version") gave me:
sh:1: path cutadapt: permission denied
I guess I need to give privileges to RStudio but not sure how. Any idea?
Cheers,
Nico
The text was updated successfully, but these errors were encountered: