![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
BLAST+ creating custom blast database and using blast+ filtering features | deniz | Bioinformatics | 3 | 07-07-2019 09:04 AM |
Creating a Command Line BLAST+ Database | GSviral | Bioinformatics | 3 | 01-29-2015 06:22 AM |
Creating local blast+ database for mouse build 37 | npatel | Bioinformatics | 7 | 03-04-2013 09:02 AM |
BLAST database error - when changing to new BLAST+ local program | biobio | Bioinformatics | 4 | 06-15-2011 06:20 AM |
Create local BLAST database | SeqClark | Bioinformatics | 2 | 03-07-2011 02:17 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Kansas City Join Date: Jan 2014
Posts: 18
|
![]()
I have been reading this.
I was able to write a basic query using blast n as follows: Code:
blastn -db ~/programming/blastexample/db/tdb -query ~/programming/blastexample/db/even_tribolium.fasta However, I now downloaded nt into local database and I have the following questions:
Thanks for considering my question and your patience. I am very new to all of this. |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,089
|
![]() Quote:
1. Did you download all pre-formatted nt.nn.tar.gz files from this link: ftp://ftp.ncbi.nlm.nih.gov/blast/db/ and unzip them in a single directory. Do not do anything else to the files. This database is pre-formatted. When using the database provide -db /path_to/nt (do not worry about file numbers). 2. Output options for blast: http://www.ncbi.nlm.nih.gov/books/NB...BLAST_search_r If you don't like what you see there are custom parsers available to get just what you need. |
|
![]() |
![]() |
![]() |
#3 | |
Member
Location: Kansas City Join Date: Jan 2014
Posts: 18
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,089
|
![]() |
![]() |
![]() |
![]() |
#5 | |
Member
Location: Kansas City Join Date: Jan 2014
Posts: 18
|
![]() Quote:
So, in theory, this command should work with the local blast nt I download, right? In otherwords, blast my fasta file against the local nt database? Code:
blastn -db ~/path/to/my/local/nt/db -query ~/path/to/this/fasta/even_tribolium.fasta Last edited by hyates; 03-05-2015 at 10:25 AM. |
|
![]() |
![]() |
![]() |
#6 | |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,089
|
![]() Quote:
Code:
$ blastn –query ~/path/to/this/fasta/even_tribolium.fasta -db /path_to/nt -task blastn -html -out out.html |
|
![]() |
![]() |
![]() |
Tags |
bash, blast+, commandline |
Thread Tools | |
|
|