Skip to content

Commit 35783d3

Browse files
authored
Merge pull request #233 from seqan/h-2-patch-2
Update README.rst
2 parents 7512a3f + c73bbf4 commit 35783d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Before you can search, you need to have an index. You can
4141

4242
% bin/lambda3 mkindexp -d db.fasta
4343

44-
*(in case you want to create a nucleotide index, instead use ``mkindexn``)*
44+
*(in case you want to create a nucleotide index, instead use* ``mkindexn`` *)*
4545

4646
After that running Lambda is as simple as
4747

4848
::
4949

50-
% bin/lambda3 searchp -q query.fasta -i db.fasta.lambda
50+
% bin/lambda3 searchp -q query.fasta -i db.fasta.lba
5151

52-
*(in case you want to perform a nucleotide search, instead use ``searchn``)*
52+
*(in case you want to perform a nucleotide search, instead use* ``searchn`` *)*
5353

5454
For a list of options, see the help pages:
5555

0 commit comments

Comments
 (0)