Change example doc

This commit is contained in:
2013-04-17 13:46:18 +00:00
parent 2ce9b095a0
commit b0ab68a9c0
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ Example
> obihead -n 150 seq1.fasta > seq2.fasta
Selects the 150 fist sequences from the ``seq1.fasta`` file and store
them to the ``seq2.fasta`` file
Selects the 150 first sequences from the ``seq1.fasta`` file and store
them to the ``seq2.fasta`` file
'''

View File

@ -17,8 +17,8 @@ Example
> obitail -n 150 seq1.fasta > seq2.fasta
Selects the 150 last sequences from the ``seq1.fasta`` file and store
them to the ``seq2.fasta`` file
Selects the 150 last sequences from the ``seq1.fasta`` file and store
them to the ``seq2.fasta`` file
'''