From 6e9467be0ebd688e58ec5fb87ac750b9bd601870 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Fri, 18 Oct 2019 10:46:11 +0200 Subject: [PATCH] DOC Returning readset from external modules isn't supported ref #119 --- docs/sources/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/modules.md b/docs/sources/modules.md index 16c3704a..617d9dff 100644 --- a/docs/sources/modules.md +++ b/docs/sources/modules.md @@ -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