Thank-you very much I've tried doing this method, but cannot execute it right and I do not know why
server:database user$ ~/homebrew/bin/wget https://ftp.ncbi.nlm.nih.gov/genomes/Mus_musculus
--2017-05-18 15:35:48-- https://ftp.ncbi.nlm.nih.gov/genomes/Mus_musculus
Resolving ftp.ncbi.nlm.nih.gov... 2607:f220:41e:250::7, 130.14.250.12
Connecting to ftp.ncbi.nlm.nih.gov|2607:f220:41e:250::7|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3656 (3.6K) [text/html]
Saving to: ‘Mus_musculus’
Mus_musculus 100%[==========================================================================================================>] 3.57K --.-KB/s in 0s
2017-05-18 15:35:48 (63.4 MB/s) - ‘Mus_musculus’ saved [3656/3656]
I then follow up this command with the following and get errors which I do not know how to tackle
server:database user$ cd ..
option 1
server:BlastFolder user$ makeblastdb -in database/Mus_musculus -out database/mouse_genome -dbtype nucl
Building a new DB, current time: 05/18/2017 15:38:55
New DB name: /Users/user/Desktop/BlastFolder/database/mouse_genome
New DB title: database/Mus_musculus
Sequence type: Nucleotide
Keep MBits: T
Maximum file size: 1000000000B
BLAST options error: database/Mus_musculus does not match input format type, default input type is FASTA
option 2
server:BlastFolder user$ makeblastdb -in database/Mus_musculus -out database/mouse_genome -dbtype nucl -input_type blastdb
BLAST Database error: No alias or index file found for nucleotide database [database/Mus_musculus] in search path [/Users/user/Desktop/BlastFolder::]