Hi,
Does anyone know if there are any good blast output visualizers?
Must be able to run on the command line (most important)
I am trying to put pretty html and other blast output on my local galaxy instance.
Thanks.
-Roy
Hi,
Does anyone know if there are any good blast output visualizers?
Must be able to run on the command line (most important)
I am trying to put pretty html and other blast output on my local galaxy instance.
Thanks.
-Roy
Have a look at this issue report with some alternative we have and will develop: https://github.com/peterjc/galaxy_blast/issues/60
For more information please see the Visualization wiki page @ https://wiki.galaxyproject.org/VisualizationsRegistry/Cookbook
If you want to have a way have a look how we do it in our Docker Flavours: https://github.com/bgruening/galaxy-rna-workbench/blob/master/Dockerfile#L11
Cheers,
Bjoern
Hi Bjoern,
this is great! Would you happen to know where in the galaxy source code I can embed this in and have it work on my local galaxy instance? I'm trying to see how Trackster does their visualizations in the source code.
I am familiar w/ the basics of bootstrap, if that helps. Thanks. -Roy
I updated my post with more informations. Hope this gets you started!
Hi Bjoern,
I don't have a background in JS, and starting out w/ Python/Unix
1) Are you referring to this link?
Link 1 https://github.com/peterjc/galaxy_blast/pull/61 <https: github.com="" peterjc="" galaxy_blast="" pull="" 61="">
or
Link 2 https://github.com/peterjc/galaxy_blast/pull/61/files#r30315209 <https: github.com="" peterjc="" galaxy_blast="" pull="" 61="" files#r30315209="">
2a) What would I need to implement this? 2b) XML files? Python Files? 2c) Is there a trigger I need to activate the JS once the user clicks on a link? 2d) Also, DO I need to have a Javascript background?
Thanks.
You don't need any backgroud. Ideally you should be able to drag and drop crossbio_blast into your visualization directory and you should be ready to go.
I'm using these files
. I pasted them in my visualizations folder of my galaxy instance directly. Still no results.
I added the first two lines in your XML file
I also have a separate tool that produces Blast output in an XML format in the central panel of the web browser, how would I connect my blast output this crossbio tool? It's running on a docker container.
Thanks for all of your help.
You only see it on special datatypes, in this case I think it was blastxml.
1) I'm sorry, but may you please clarify your response. "You only see it on special datatypes, in this case I think it was blastxml."
What is the "it" you are referring to?
So......
2) Cross Bio Receives Blast XML files as input.
How can I load the Blast XML input file so Cross Bio reads it?
3) I followed your instructions by pasting the Cross bio folder into the visualizations folder,
but it does NOT show up in galaxy. May you give me some ideas on why this is the case?
Thanks.
I'm sorry, but may you please clarify your response. "You only see it on special datatypes, in this case I think it was blastxml."
What is the "it" you are referring to?
Cross Bio Receives Blast XML files as input.
How can I load the Blast XML input file so Cross Bio reads it?
Thanks.