Query empty when performing psiblast
When I ran standalone PSI-BLAST, it gave me the following message:
Warning:[psiblast] Query is empty!
blast
• 1,226 views
•
link
written
by
kashbaker13 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Psiblast failed to retrieve sequences
written by Artisjoke •I'm trying to obtain PSSMs for some 200 sequences, but was only able to obtain them for 29 sequences. My error log, however, is filled …
-
Raw tool output message - Online query with PSI-BLAST tool (EBI), selecting UniRef 50
written by Georgios •Hi. I want to run an online query with the PSI-BLAST tool (EBI), selecting UniRef50 as database, but it aborts the query with the Raw …
-
Command Line PSI-BLAST tighten search settings help please
written by kashbaker13 •In standalone PSI-BLAST command line interface,what syntax do I use to tighten the search settings to increase the stringency? I'm trying to perform a standalone …
-
PSI-BLAST out put is empty
written by sepehr.salsabili •Hi guys, I'm new in bio and I'm trying to make pssm matrix with psi-blast. This is the code I use: blastdb$ ../ncbi-blast-2.9.0+/bin/psiblast -query /home/sepehr/blastdb/Butyrylation/Butyrylation/P02294.seq …
-
Warning when running PSI-BLAST
written by Ming •Hello there, I am trying to looking for homologous genes using the PSI-BLAST function. 1.) I created a blast database of conserved genes that I …
-
trouble understanding what a warning means while building a .bcf file with samtools
written by ricfoz •Hello there, I am trying to transform a .bam file with the length of a genic region into .fasta format, as I've been reading, y …
-
Script to run blast locally with multiple files in a directory as queries
written by anicet.ebouHi everyone, I have searched for a script allowing me to run blast locally on multiple fasta files contain in a directory. I found out …
-
MODIFYING BLOSUM MATRIX in PSIBLAST/BLAST
written by Amita •Hi Please help me out whether I can use my modified matrix with the standalone BLAST program or PSIBLAST program. If "YES" then how? Thanks …
-
Psiblast Standalone Tool Giving Zero-Sized Files As Output
written by aravind ramesh<pre><code>System : PSI-BLAST 2.2.29+, Linux - 64Bit. (RAM-512 GB; Processors- 48(nproc)) psiblast -query in.fasta -db /Path/To/NR/nr -outfmt 7 -num_iterations 3 -out out.out </code></pre> <p>I am …
-
Psiblast Warning: Composition-Based Score Adjustment
written by Stef •> Warning: lcl|Query_1 1DCH:A|PDBID|CHAIN|SEQUENCE: Warning: Composition-based score adjustment conditioned on sequence properties and unconditional composition-based score adjustment is not supported with PSSMs, resetting to default …
Seems like a pretty clear warning. Either your query is literally empty, or it is in some format not recognized by psiblast. If your file is called
query.fas, type:and check the file size and its contents.