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

Blastvisu need Biopython #2

Open
lecorguille opened this issue Mar 30, 2016 · 2 comments
Open

Blastvisu need Biopython #2

lecorguille opened this issue Mar 30, 2016 · 2 comments
Labels

Comments

@lecorguille
Copy link
Member

During Emma intership, the visualisation was a tool and works well.
During Caroline intership, the visualisation become a real visualisation and work well on her setup.

But on a production Galaxy instance, Biopython is needed but seems not available

Module blastvisu_mako:68 in render_body         view
>>  from Bio.Blast import NCBIXML
ImportError: No module named Bio.Blast

So, we will need to find a way:

  • install Biopython
  • use an alternative to parse the xml file
@bgruening
Copy link

I guess you need to have this installed into the Galaxy venv to make it work.
@guerler is it possible to have a requirement tag inside the visualisation.xml file? This way we could hook up arbitrary dependencies in visualisations.

@lecorguille
Copy link
Member Author

Indeed, my next move will be to install Biopython in the Venv. But I was surprise because the user galaxy can access to the lib Biopython installed on the cluster.
I haven't search so much.

And sure, it would be great if there is a system of tool dependenties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants