Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4b3b41b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jun 17, 2024
1 parent a8f9075 commit 605043f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion _sources/usage/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,12 @@ Command line interface: pk_faidx; pk_get_entry; pk_ge
Extracts sequence entry from fasta file.

This function works similarly to the faidx function
in samtools, but does not requiring an indexing function.
in samtools, but does not requiring an indexing step.

To obtain multiple entries, input multiple entries separated
by a comma (,). For example, if you want entries
named "seq_0" and "seq_1", the string "seq_0,seq_1"
should be associated with the -e argument.

.. code-block:: shell
Expand Down
Loading

0 comments on commit 605043f

Please sign in to comment.