BLAST+ taxonomic problem
1
0
Entering edit mode
2.3 years ago
Xylanaser ▴ 80

hey i wrote simple script that checks number of hommologs and organism in tax but i have problem with orgnism number... its often 0 where number of homologues are for example 1000

part of my code:

os.system('blastp -query %s -db /home/xyl/nr/nr -seg no -outfmt 7
-taxidlist /home/xyl/blast_tax/taxids/eukarya.ids -evalue 1e-3 -out /home/xyl/blast_tax/results/%s -max_target_seqs 20000 -num_threads 8' % (file, fileout3))
os.system('blastp -query %s -db /home/xyl/nr/nr -seg no -outfmt 18 -taxidlist /home/xyl/blast_tax/taxids/eukarya.ids -evalue 1e-3 -out /home/xyl/blast_tax/results/%s -max_target_seqs 20000 -num_threads 8' % (file, fileouttax3))

i use taxidlist for example: https://mega.nz/file/atdRXa6B#77ntvE3wObEnzGi6peLrUW5HnU611K74ufsgvSb3Eto

protein blast • 895 views
ADD COMMENT
0
Entering edit mode

Does nr refer to preformatted blast database downloaded from NCBI?

ADD REPLY
0
Entering edit mode

yes, i use newest blast and db

ADD REPLY
0
Entering edit mode

Have you downloaded taxdb files from NCBI and are they in the same folder as the nr db?

ADD REPLY
1
Entering edit mode
2.3 years ago
Xylanaser ▴ 80

GenoMax sorry for late answer

Now it is work fine

there are two options:

  • corrupted database (on server or download)

I download it again

Now it is work fine

cheers

ADD COMMENT

Login before adding your answer.

Traffic: 1420 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