-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
We were trying to add a filtering step as an external module (having a read set as input and output). However, only counts and mapped read sets are supported at the moment, everything else throws an exception:
ngless/NGLess/ExternalModules.hs
Line 284 in bd2bed1
| ret -> throwShouldNotOccur ("Not implemented (ExternalModules.hs:executeCommand commandReturnType = "++show ret++")") |
We circumvented this by loading the results with load_mocat_sample, so we don't have an urgent need to have this added to the source code. But perhaps a note in the documentation on the rtype would be helpful.