Skip to content
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

Support passing POST data to start a region search #443

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

heralden
Copy link
Member

Pass POST params and body from bluegenes' backend to its SPA, and make it open the region search page and show the results if region data is supplied. This is to support region search queries from external pages.

To test, use an HTML like below, with bluegenes running locally.

<html>
  <body>
    <form action="http://localhost:5000" name="list" method="post">
			<input type="hidden" name="features" value="Allele,CDS"/>
			<input type="hidden" name="regions" value="2L:14615455..14619002
2R:5866646..5868384
3R:2578486..2580016"/>
			<input type="submit" value="Submit"/>
		</form>
  </body>
</html>

@yochannah
Copy link
Member

@foreveremain - with this endpoint you should be able to pop straight from Jalview into an InterMine - does it look like it would work for you? (we still need the taxon id endpoint for the registry though).

We can (I think) deploy to a staging server if you want to give it a test in real life.

@heralden heralden added this to the 0.10.0 milestone Feb 11, 2020
@heralden heralden removed this from the 0.10.0 milestone Jun 11, 2020
@heralden heralden added this to In progress in Production Roadmap via automation Jun 11, 2020
@heralden heralden moved this from In progress to Discussion/Triage in Production Roadmap Jun 11, 2020
@heralden heralden moved this from Discussion/Triage to To do in Production Roadmap Jun 15, 2020
@heralden heralden removed this from To do in Production Roadmap Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants