Corrupted MEGAN blast file?
0
0
Entering edit mode
7.6 years ago
Tamandua • 0

I am trying to assign taxonomy to reads using MEGAN using the following commands.

makeblastdb -in Taxa.fasta -dbtype nucl -parse_seqids

blastn -db Taxa.fasta -query Final.fasta -max_target_seqs 1 -outfmt '6 qseqid sseqid evalue bitscore sgi sacc staxids sscinames scomnames stitle' -out results.txt

In theory, this should give me a BlastTab file readable by MEGAN. However, MEGAN does not recognise the file and crashes. Is there a problem with how I create the database or the taxonomy file?

Megan Blast Taxonomy • 1.8k views
ADD COMMENT
0
Entering edit mode

I must preface by saying that I am extremely new to this stuff myself. I recently made a database using the makeblastdb command successfully. I notice that you did not put in "-out filename". Could this maybe be the problem? You need to specify an output file.
Try: makeblastdb -in Taxa.fasta -out TaxaDB -dbtype nucl -parse_seqids

Hope this helps, even if it is 9 weeks later!

ADD REPLY

Login before adding your answer.

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