Skip to content

Commit

Permalink
DOC Returning readset from external modules isn't supported
Browse files Browse the repository at this point in the history
ref #119
  • Loading branch information
unode committed Oct 18, 2019
1 parent 68188ed commit 6e9467b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ of the output type.
name: "ofile"
extension: "sam"

``rtype`` must be one of ``"void"``, ``"counts"``, ``"readset"``, or
``"mappedreadset"``.
``rtype`` must be one of ``"void"``, ``"counts"`` or ``"mappedreadset"``.
Returning ``readset`` isn't currently supported.

If you plan to make use of [search path expansion](searchpath.html), in order
for NGLess to expand the argument prior to passing it to the external module
Expand Down

0 comments on commit 6e9467b

Please sign in to comment.