Question: Change current history in galaxy using API or BioBlend
1
gravatar for dgygax
4.4 years ago by
dgygax50
United States
dgygax50 wrote:

Hi,

I am currently writing a galaxy tool that creates a new history and then carries out further analysis. I would like this new history to become the current history on the web interface and the output from the tool to be submitted to this new history. Is there a way to do this using the API and preferably BioBlend? I want all of these action to be automatics so the user won't have to create a history and switch to it manually.

bioblend api history galaxy • 1.3k views
ADD COMMENTlink modified 4.4 years ago by Martin Čech ♦♦ 4.9k • written 4.4 years ago by dgygax50
0
gravatar for Martin Čech
4.4 years ago by
Martin Čech ♦♦ 4.9k
United States
Martin Čech ♦♦ 4.9k wrote:

You can use the following API call to set some history as current: ​​ ​

PUT /api/histories/{id}/set_as_current

Please see the documentation for details.

 

ADD COMMENTlink modified 4.4 years ago • written 4.4 years ago by Martin Čech ♦♦ 4.9k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 176 users visited in the last hour