genBlastA output file .gblast error
2
0
Entering edit mode
3.4 years ago

Hey guys,

Recently, I was trying to identify homologous genes in different genomes using genBlastG, however when I run it with default parameters, it generates a huge (~4G) empty output file (.gblast extension with other string attached, i.e., XX.gblast_1.1c_2.3_s1_0_16_1). Other intermediates file seems right, such as .blast and .report files.

I tried so many times with various modifications but the problem still exists. Does anyone know about this problem?

Many Thanks!

genome sequence software error • 2.0k views
ADD COMMENT
0
Entering edit mode

Hey, I also met the same problem, but I found it is not the empty file, I filter the output file with grep '^MY_FASTA_ID' output_file | less, waiting for a moment, and then you can see the file name. I do not know why less output_file cannot see the contents. The method works for me. Hope it is helpful! BTW, do you know why the output file is so huge? My hard drive is almost full...

ADD REPLY
1
Entering edit mode
3.1 years ago
biomonte ▴ 220

In my case, this problem was solved by renaming IDs of the query sequences to something short and not very complex (avoid semicolons, vertical bars, etc.). I am not sure exactly what caused the issue thought.

ADD COMMENT
0
Entering edit mode
2.6 years ago
1050446364 • 0

Hey, I was trying to install GenBlastA and G by conda ,after installing, I try to use 'genblast' command, but it respond that 'command not found'. Can you tell me how did you install it?

ADD COMMENT
0
Entering edit mode

After installation, have you activated the conda environment for GenBlastA? like:

conda activate genblasta
ADD REPLY
0
Entering edit mode

yes. I have activate conda environment. And then I typed 'genblasta' or 'genblast'. Still not found this command.

ADD REPLY
0
Entering edit mode

Hey! you can download it with wget http://genome.sfu.ca/genblast/latest/genblasta_v1.0.4_linux_x86_64. Then chmod 755 genblasta_v1.0.4_linux_x86_64.Now you can easily run it with ./genblasta_v1.0.4_linux_x86_64. It is not necessary to install it with conda. Hope it is helpful.

ADD REPLY
0
Entering edit mode

This link gives a 404 error now. Anyone know where else it might be found?

ADD REPLY

Login before adding your answer.

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