Blastclust 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 ArticleBlast+: Error Messege
I want to convert 16S Microbial pre-formatted database in fasta format. I use Blast+ program (2.2.27+ version Window). I could install this program and I know that I must to use blastdbcmd command. The...
View ArticleA Tool For Flagging Blast Searches?
I want to know if there is a blast way or a blast-like tool in which a query will search through a database and return only predetermined hits based on given flags like sequence fasta ids. To be more...
View ArticleWhy Do I Get A Makeblastdb Error: File Does Not Match Input Format Type,...
hello guys after giving the following command i am facing error for the output file being generated....However formatdb was able to accept my FASTA file and i was successfully able to run my blastn on...
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 ArticleDifferent blast results between CLCBio and local blast
Hi,I've been using CLCBio to blast assembled contigs, but it's really slow. I decided to try setting up a local blast database and using that to blast my contigs, but I'm getting different results even...
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 ArticleHow To Blast Hundreds Of Fasta Files Using Local Database And Perl
I have to blast a zip file including hundreds of protein fasta files. Since it is impossible to blast them one by one, I plan to use perl to blast in a local database. I am new to perl and look for...
View ArticleTrouble With Local Psiblast
Hello everyone,My requirement is to generate a PSSM (Position Specific Scoring Matrix) from a given protein fasta sequence against a protein database. I have downloaded and installed the latest version...
View ArticleBioperl Standaloneblastplus, Cleaning Up Thousands Of Temp Files
Hi, I'm using StandAloneBlastPlus BioPerl module as NCBI blast+ wrapper. I have to perform sequence alignments against a database of bacteria using multiple processes on a cluster. A temp file (.fas)...
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 ArticleHow To Stores The Query And Frequency Count Ratio Matrix In A File In Blast+
The command to generate a he query and frequency count ratio matrix using nr might look as follows: blastpgp -i test1.fa -d nr -h 0.0001 -j 4 -C $id$chain.nr.chk -Q test1.matrix -a2I need the...
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 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 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 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 ArticleForum: How To Correctly Speed Up Blast Using Num_Threads
Hello, I did a short blast comparison using multiple cores to see how they behave. I published it in my blog and thought it would be a good idea to share it...
View ArticleIs It Possible To Use Blast+ To Hit Embl Database?
I am having nightmare in using NCBI-BLAST+ for last two weeks. Now blasting remote database became very slow irrespective of my computer or my internet connectivity speed. I am thinking to use EMBL-EST...
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 Article