blaSTorage intallation problem
1
0
Entering edit mode
8.1 years ago
Xylanaser ▴ 80

Hey

I have a problem with instalation of blaSTorage on my ubuntu. I have a many results from standalone psiblast and i read that the new blast writing results in xml and using Biopython for parse many sequences is problematic. So i was looking for something else and found that package http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3571973/ But the instalation is a problem becouse im not an ace in linux :) and the instalation file is not tar.gz as author said no more. Its zip. Seriously stupid problem but please, can someone help?

Also Im using Anaconda2.

Regards X

blastorage standalone blast blast+ blast biopython • 2.0k views
ADD COMMENT
1
Entering edit mode

Use unzip to decompress the archive. Hopefully you can follow the directions to install from then on-wards.

ADD REPLY
0
Entering edit mode

Hey, thank you for help. I didnt know how to install python module (Im truly beginner :) )

here what ive do:

  1. unziped this file
  2. in terminal cd to this folder where files was unziped
  3. in terminal typed "python setup install" setup file -> from unziped files
  4. check that module exist for python and can be imported (in my case in spyder, but it doesnt matter. it can be just python interpreter)

realy light-hearted problem

Regards

ADD REPLY
0
Entering edit mode

Did you try $ sudo python setup install after changing to blastorage directory?

ADD REPLY
0
Entering edit mode

Just "python setup install" :)

ADD REPLY
0
Entering edit mode

Then try the command above. I assume you have admin/root privileges on this system?

ADD REPLY
0
Entering edit mode

Hey theres misunderstanding i've installed this module :)

ADD REPLY
0
Entering edit mode
8.1 years ago
Peter 6.0k

XML files compress very well (e.g. using the gzip tool), and Python can open gzip compressed files - Biopython can use this to parse a gzipped compressed XML file too. There are general examples of this idea in the Biopython Tutorial http://biopython.org/DIST/docs/tutorial/Tutorial.html

ADD COMMENT

Login before adding your answer.

Traffic: 2577 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6