Blastn Permission Denied
2
0
Entering edit mode
11.7 years ago
diltsjeri ▴ 470

Hi,

I downloaded NCBI's BLAST. Every time I try to run blastn it get permission denied. I moved it into the path I had put the path right before it. I changed the permissions with chmod -x blastn (which turned the executable from green to white). Is there an extra step in the install? What am I missing?

Thanks!

blastn • 4.5k views
ADD COMMENT
6
Entering edit mode

chmod -x removes execute right, +x adds it! Solved.

ADD REPLY
0
Entering edit mode

thank you very much

ADD REPLY
0
Entering edit mode

Contact your system admin.

ADD REPLY
0
Entering edit mode

man chmod Also helps and keeps your admin happy

ADD REPLY
1
Entering edit mode

What? Read the manual? Thats just crazy :-).

ADD REPLY
2
Entering edit mode
11.7 years ago

chmod a+x blast* , maybe ? (executable rights for all)

ADD COMMENT
0
Entering edit mode
11.7 years ago

chmod -x blastn disables the execution of the file (clears the flag). chmod +x blastn is the required command.

ADD COMMENT

Login before adding your answer.

Traffic: 1468 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6