We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7512a3f + c73bbf4 commit 35783d3Copy full SHA for 35783d3
README.rst
@@ -41,15 +41,15 @@ Before you can search, you need to have an index. You can
41
42
% bin/lambda3 mkindexp -d db.fasta
43
44
-*(in case you want to create a nucleotide index, instead use ``mkindexn``)*
+*(in case you want to create a nucleotide index, instead use* ``mkindexn`` *)*
45
46
After that running Lambda is as simple as
47
48
::
49
50
- % bin/lambda3 searchp -q query.fasta -i db.fasta.lambda
+ % bin/lambda3 searchp -q query.fasta -i db.fasta.lba
51
52
-*(in case you want to perform a nucleotide search, instead use ``searchn``)*
+*(in case you want to perform a nucleotide search, instead use* ``searchn`` *)*
53
54
For a list of options, see the help pages:
55
0 commit comments