Blast run for de novo assembly analysis using command line
I would like to know how to run the BLAST using windows command line. Kindly anyone tells me the command line which helps me for this purpose. Thanks
next-gen
alignment
gene
assembly
• 1,334 views
•
link
updated
by
Biostar
•
written
by
sauravzoology88 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Basic question but how can I search the NCBI Nucleotide database using BLAST CLI
written by Mark •I'm trying to run a BLAST through the `blastn` cli. I thought that providing `nt` as the `-db` parameter would let me search the NCBI …
-
running stringApp from the command line
written by natannagar89 •Hi, I would like to use [stringApp][1] from the command-line but could not figure out how to do so. For example, for protein query, according …
-
running blastp on Ubuntu, Argument "query" file is not accessible error
written by garfield320 •I've turned on the Windows Subsystem for Linux feature on my Windows 10 desktop, installed Ubuntu and installed blast locally with this command `sudo apt-get …
-
What happens during Blast DB creation?
written by liorglicHello, I am curious to know what happens (algorithmically) during the creation of blast DBs, for example when we run "makeblastdb" on the command line. …
-
Run Windows CMD commands from R
written by 3335098459 •Hello, I need to design a function in R that can direct the windows CMD to run a command. The command is: "copy *.txt combinedfiles.txt" …
-
BLAST Command Line - restarting
written by t.kranenburg •Recently I installed BLAST for command line on Windows (see code below), and this works. However, when I restart the command-line prompt, the command blastn …
-
from blast xml to fasta file with python
written by bio90029 •I had carried out a local blast, and an I got an xml file with all my sequence. At the present, I trying to covert …
-
NCBI BLAST REST Java example
written by sureshhewabi •Hi, I want to BLAST multiple genes with the entire nr database, but my query is a very broad one which should return me thousands …
-
Running Multiple Alignments in MEGA with a script produces errors.
written by rachelrodgers12 •I need to run about 100 fasta files through MEGA v7 for multiple alignments. I have tried writing scripts and using command line (in both …
-
ncbi-blast-2.3.0+ blastn problem
written by akyladisla10 •Hello, I recently tried installing BLAST+ command line on windows and tried running a blastn command in command prompt blastn -query test_query.txt -db refseq_rna.00 -out …
Don’t use the windows command line. It’s essentially impossible to get any real bioinformatics done that way.
A reasonable compromise is the Linux Subshell for Windows. Start with that, and then come back to us with any more specific questions about running BLAST and the data you have.
Hi sauravzoology88,
please use google and the search function here for these kind of things. There are multiple threads on this, and additionally the extensive documentation on NCBI. Spend some quality time on the manual, and consider to abandon Windows for Linux ;-D
In theory/practice (with right hardware) it is possible to do this BLAST on windows but can you tell us what hardware configuration you have access to? I am going to assume that you have assembled a genome and now want to find out what is there and where. To do the search against
ntotnris going to need a lot of RAM unless you are only interested in a specific genome/set of organisms.