Skip to content

Commit

Permalink
adds codetags
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 5, 2017
1 parent ece12a7 commit 9dff63e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Using makeblastdb command that comes bundled with Blast+

- nucleotides database

$ makeblastdb -in <filename> -dbtype nucl -out "<blast_db_new_name>" -title "<blast_db_new_name>"
`$ makeblastdb -in <filename> -dbtype nucl -out "<blast_db_new_name>" -title "<blast_db_new_name>"`

- protein database

$ makeblastdb -in <filename> -dbtype nucl -out "<blast_db_new_name>" -title "<blast_db_new_name>"
`$ makeblastdb -in <filename> -dbtype nucl -out "<blast_db_new_name>" -title "<blast_db_new_name>"`

*note:* do to not use spaces in the <blast db new name>

Expand All @@ -92,19 +92,23 @@ You also need to say if it is a nucleotide or protein-based fasta file.

For Linux and Mac OS X run the `import_fastas.sh` script

```
$ cd db_and_queries/import_dbs
# for nucleotide
$ sh import_fastas.sh nucl
# for protein
$ sh import_fastas.sh prot
```

For Windows run the `import_fastas.bat` script

```
$ cd db_and_queries/import_dbs
# for nucleotide
$ import_fastas.bat nucl
# for protein
$ import_fastas.bat prot
```

### Related Tools

Expand Down

0 comments on commit 9dff63e

Please sign in to comment.