Skip to content

Commit

Permalink
Merge pull request #233 from seqan/h-2-patch-2
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
sarahet authored Aug 26, 2024
2 parents 7512a3f + c73bbf4 commit 35783d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Before you can search, you need to have an index. You can

% bin/lambda3 mkindexp -d db.fasta

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

After that running Lambda is as simple as

::

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

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

For a list of options, see the help pages:

Expand Down

0 comments on commit 35783d3

Please sign in to comment.