add plugin in cytoscape
2
0
Entering edit mode
8.9 years ago
gbahramali ▴ 20

What does "Make sure you have writing permission fort he Cytoscape subfolders" mean?

Cytoscape • 1.6k views
ADD COMMENT
0
Entering edit mode
8.9 years ago

It means exactly what it says, excluding the incorrect placement of a space. A quick ls -l and knowledge of how Unix file permissions work should answer this.

BTW, this is a Unix/Linux question.

ADD COMMENT
0
Entering edit mode
8.9 years ago
Dhana ▴ 110

As Devon said, you can check the user permissions by using the command ​ls -lh. And if you are the owner, you can change the permissions of the file/directory using the command chmod.

The following command should set permissions such that the owner of the file/directory is able to read, write and execute it, while other group members and others will be able to read and execute it respectively.

chmod u=rwx,g=rx,o=rx filename

or simply,

chmod 755 filename
ADD COMMENT
0
Entering edit mode

This command is for linux? But I use Windows

ADD REPLY
0
Entering edit mode

Always mention that you're using Windows, that's unusual enough that people will never give appropriate advice otherwise. Anyway, see here.

ADD REPLY
0
Entering edit mode

Thanks for your reply

I tried to download the database file and then add plugin from file in cytoscape but unfortunately did not work,do you know about this?

ADD REPLY

Login before adding your answer.

Traffic: 2773 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