Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hng committed Mar 31, 2015
1 parent 02d7514 commit 3f0d7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webblast.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We can than use a sequence from the FASTA file to search BLAST. We choose the se

```julia
using BiomolecularStructures.WebBLAST
webblast(fasta[2][2])
results = webblast(fasta[2][2])
```

FastaIO reads a FASTA file to an array where each sequence is saved as a tuppel o (``descriptio::String, sequence::String)``.
FastaIO reads a FASTA file to an array where each sequence is saved as a tuppel of (``descriptio::String, sequence::String)``. Thats why we use ``fasta[2][2]`` to get the second sequence.

0 comments on commit 3f0d7ad

Please sign in to comment.