Skip to content

Commit 1782962

Browse files
committed
added link to ftp blast downloads
1 parent c1a48a1 commit 1782962

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

guide-to-assembly-scripts.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,10 @@ after running:
296296

297297
### 8c)Annotate with NCBI-protein database
298298
#### How to download & create the ncbi-protein database for the first time
299-
- Make sure local database on sherlock is up to date
299+
- Make sure local database on sherlock is up to date
300+
- link to ncbi databases: ftp://ftp.ncbi.nlm.nih.gov/blast/db/
301+
- nt = nucleotide, nr = protein
302+
- for ex: `wget ftp://ftp.ncbi.nlm.nih.gov/blast/db/nr.*.tar.gz`
300303
- to open .tar files downloaded from genbank:
301304
- `for i in *.tar ; do tar -xvf $i ; done &`
302305
- ncbi files are already databases, no need to use makedb script

0 commit comments

Comments
 (0)