[Ncbi-Blast-2.2.28+] Thrownullpointerexception() When Running Blastn
Hello, I'm still rather new to blast+ and I'm trying to get an implemented tool to work locally(that already works somewhere else). The tool just completely skips blasting and doesn't even show me any...
View ArticleTrying To Run Psipred But Failing To Use Blastpgp
Hi - I am trying to run psipred (http://bioinfadmin.cs.ucl.ac.uk/downloads/psipred/) and it requires blast+ to be installed. I have done this, and all the blast executables are stored in...
View ArticleHow Can I Record A Specific Domain Sequence Within A Protein Query?
Hello everyone: I'm just beginning with massive search on my own database of proteins and I need some guidelines to start. What I'm trying to do is recording (as *.fasta file) a specific domain...
View ArticleFastest Way To Search For Perfect Matches Only In Blast Or Blat
Hi, I have a numerous 100-mer sequences (let's say billions). What I am going to do is to query these sequences to entire human genome to find "perfect matches" only.I first tried to do this using...
View ArticleBlast+
Hi, I would want to know if Blast+ program (Windows version) converts Blast database format in FASTA format? Is the blastdbcmd executable right to do it? And how I must write the orden for do it? I...
View ArticleAnalyzing Overlap Of Results Between Blast Queries. Is There A Tool For This?...
I am using various set of enzymes organized into classes in my research. As part of this I use PSI-BLAST to increase the size of my data sets. I known there is a large amount of overlap returned in the...
View ArticleWhere Should I Start From ?
Hi all . I'm new to this field as I'm working on my thesis , and I'm kind of lost here .My main objective is to prove the hypothesis assumes that Microsatellites regions in plants genomes could be one...
View ArticleRun Makeblastdb For Compressed File
Hi all, Does anyone know how to make database for compressed file fasta.gz using blast? I am using the blast2.2.29+. I saw the tutorial of makeblastdb, there is no option for dealing with the fasta.gz...
View ArticleBlastn / Tblastn : Mapping The Features Of The Query To The Hit.
I'm blasting+ (blastn+ or tblastn) an annotated sequence (a Genbank.xml sequence (nucleotide or protein) or an Uniprot.xml entry) against a DNA database.Is there a standard tool to map the features of...
View ArticleIn Blast+, How Can I Ignore The *** No Hits Found *** In Output
Hi,Doing a blast+, using the default output ( -outfmt 0 ), there is a way to not save all the queries that doesn't hit ? I want to eliminate from output the lines around No hits found , I think it's...
View ArticleGetting Taxonomic Blast Table Output Of 2.2.28 Using A Local Copy Of Nt
Hello!I understand that taxonomic information for each blast HSP can now be output in the blast custom table format new in blast+ 2.2.28. My simple question is: how do I set up a local copy of NCBI's...
View ArticleTruly Parallel Blasts With Blast+
Hi, I find myself once again having to run blast+ programs to blast large amounts of sequences (100,000+) on swissprot, refseq, nr, etc. blast+ can use multiple cores, but the way it is implemented...
View ArticleExact Matching With Bowtie, Blat And Blast+
I am running bowtie with the following parameters, to look for up to, say, 10 exact matches of a 36-base nucleotide string to a GRCh37/hg19 index, _e.g._: $ bowtie -S hg19 -v 0 -k 10 -f sequence.fa...
View ArticleLimit The Memory Size Of Blast?
Would anyone tell me whether it is possible to limit the memory size in blast+/blastall search? If possible, how should we do it? Thanks!
View ArticleBiopython-Blast:Querying A Single Sequence Without Input File
Hello, I am studying the application of blast in biopython. Now a problem is troubling me. I have to create a fasta file to use the function NcbiblastpCommandline( which is similar to blastp in...
View ArticleBlastclust Has Been Depreciated. Does Anyone Know Why?
I am working on machine learning project using SVMs. One of the steps in the preparation of my data sets is to reduce the sequence similarity in each class to 40%. I have compared CD-HIT and BLASTCLUST...
View Articleblast -F F equivalent in blast+
In legacy blast there is an option -F, which turns on or off filtering. By default filtering is ON and it effects my results a lot, so I turn it off by -F F (false)In blast+ I couldn't figure out the...
View ArticleHow To Get Fasta Source File From Blast Csv Format?
I am currently writing a library that uses the -outfmt 10 option of Blast, which give you a CSV instead of the pretty human readable format.Liketblastn -db dmel_a -query somequery.faa -outfmt 10The...
View ArticleBlast+ Nucleotide "-Matrix" Command
HI, I've been trying to run a nucleotide blast (blastn) using BLAST+ here is what it should look like using legacy blast: blastall -p blastn -d db -i fasta.fasta -o output.blastn -e 10000 -F F -a 7 -M...
View Article