Error using --sel-excl
flag: TypeError: 'in <string>' requires string as left operand, not list
#543
Labels
--sel-excl
flag: TypeError: 'in <string>' requires string as left operand, not list
#543
I just hit an error using
looper
and the--sel-excl
flag. I was trying to exclude a specific set of samples from running through my pipeline. As such I was using the--sel-attr
+--sel-excl
flags. Here is the full traceback:The reason I believe its the
--sel-excl
flag killing things is because of where this error originates. Moreover, running without this flag lets the pipeline run as normal.The text was updated successfully, but these errors were encountered: