Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
CytoscapeRPC command line activation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Emanuel  
View profile  
 More options Feb 20 2012, 8:02 am
From: Emanuel <emanuelvgoncal...@gmail.com>
Date: Mon, 20 Feb 2012 05:02:08 -0800 (PST)
Local: Mon, Feb 20 2012 8:02 am
Subject: CytoscapeRPC command line activation
Hi,

I was wondering if it is possible to activate CytoscapeRPC when
starting Cytoscape through the command line?

Many thanks.

Best,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Shannon  
View profile  
 More options Feb 20 2012, 6:19 pm
From: Paul Shannon <paul.thurmond.shan...@gmail.com>
Date: Mon, 20 Feb 2012 15:19:17 -0800
Local: Mon, Feb 20 2012 6:19 pm
Subject: Re: [Cytoscape-discuss] CytoscapeRPC command line activation
Hi Emmanuel,

You can setup CyRPC so that it auto-starts on every subsequent Cytoscape session.
Go to Plugins->CytoscapeRPC->Settings and click "Auto Start"

I hope this helps!

 - Paul

On Feb 20, 2012, at 5:02 AM, Emanuel wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emanuel  
View profile  
 More options Feb 21 2012, 8:36 am
From: Emanuel <emanuelvgoncal...@gmail.com>
Date: Tue, 21 Feb 2012 05:36:31 -0800 (PST)
Local: Tues, Feb 21 2012 8:36 am
Subject: Re: CytoscapeRPC command line activation
Hi Paul,

Many thanks for your reply.

Well it’s not exactly what I want, because I would like to start
Cytoscape remotely without any GUI interface and start CytoscapeRPC
automatically to establish a connection with my script in python.

Though, it’s fine I made the change in CytoscapeRPC source code and
built it and then added the jar to the plugins folder in Cytoscape. It
worked :)

Thanks.

Cheers,

On Feb 20, 11:19 pm, Paul Shannon <paul.thurmond.shan...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jamal Theodore  
View profile  
 More options Mar 13 2012, 4:04 pm
From: Jamal Theodore <jartheod...@gmail.com>
Date: Tue, 13 Mar 2012 13:04:14 -0700 (PDT)
Local: Tues, Mar 13 2012 4:04 pm
Subject: Re: CytoscapeRPC command line activation

Hi Emmanuel,

Can you share your new CytoscapeRPC version?  Starting CytoscapeRPC without
a GUI interface is something I'm interested in too.

Thanks!
Jamal


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossella Rispoli  
View profile  
 More options Sep 28 2012, 7:20 am
From: Rossella Rispoli <rossella.risp...@gmail.com>
Date: Fri, 28 Sep 2012 04:20:01 -0700 (PDT)
Local: Fri, Sep 28 2012 7:20 am
Subject: Re: CytoscapeRPC command line activation

Hi Emanuel and Jamal,
I had the same problem:
I would like to start Cytoscape remotely without any GUI interface and
start CytoscapeRPC automatically to establish a connection with my perl
script.

Any suggestion on how can I resolve this problem?

Many thanks

Rossella


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emanuel  
View profile  
 More options Sep 30 2012, 9:29 am
From: Emanuel <emanuelvgoncal...@gmail.com>
Date: Sun, 30 Sep 2012 06:29:48 -0700 (PDT)
Local: Sun, Sep 30 2012 9:29 am
Subject: Re: CytoscapeRPC command line activation

Dear Rossella,

I just changed CytoscapeRPC source code in order to start it automatically
by default, then I generated the jar and put it in Cytoscape plugins
folder.

Best,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossella Rispoli  
View profile  
 More options Oct 2 2012, 10:29 am
From: Rossella Rispoli <rossella.risp...@gmail.com>
Date: Tue, 2 Oct 2012 07:29:19 -0700 (PDT)
Local: Tues, Oct 2 2012 10:29 am
Subject: Re: CytoscapeRPC command line activation

Hi Emanuel,
many thanks for your replay.
I have followed your suggestions: I have set up the variable autoStart in
the file SettingsManager.java to "true" instead of to false.(Was that the
changing that you did?)
Now if I run the cytoscape with GUI it starts with cytoscapeRPC plugin
alredy actived.
Aniway if I try to run the perl script to create a cytoscape network (that
is present in the folder cytoscaperpc/CytoscapeRPC/tutorial/code/ex_3.pl),
without to launch cytoscape with the GUI interface I recive this error:
Can't connect to localhost:9000 (Connection refused).

Have you any suggestions for that?
In your process you didn't launch cytoscape before to run the cytoscapeRPC?

Thanks in advances

Rossella


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emanuel  
View profile  
 More options Oct 3 2012, 7:25 am
From: Emanuel <emanuelvgoncal...@gmail.com>
Date: Wed, 3 Oct 2012 04:25:34 -0700 (PDT)
Local: Wed, Oct 3 2012 7:25 am
Subject: Re: CytoscapeRPC command line activation

Hi Rossella,

Yes, that's the change that I did.

I'm not sure if I got your question right, but in other to have
CytoscapeRPC activated you have to call Cytoscape. The good thing of having
CytoscapeRPC automatically activated by default is that you can call
Cytoscape from the command line (java -jar cytoscape.jar -p
cytoscape/pluginsFolder) and then you can run right-away your perl script.

I was using a python script that I wanted to run in a remote machine
without using the GUI. So with CytoscapeRPC automatically activated it was
possible to run it through the command line in an automatic fashion way,
otherwise it would be impossible.

You're welcome.

Cheers,    


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »