You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since its introduction in version 0.29.4 (and through the current version 0.31.2), the @remove directive in the config file has not been parsed correctly, even though instructing splitcode to perform the same remove operation via the -r/--remove command line argument works correctly.
Name "tag1 " does not exist
* Using a list of 1 tags (vector size: 1; map size: 1; num elements in map: 1)
* will process sample 1: input.fastq
* processing the reads ...
done
* processed 1 reads
Since its introduction in version 0.29.4 (and through the current version 0.31.2), the
@remove
directive in the config file has not been parsed correctly, even though instructing splitcode to perform the same remove operation via the-r/--remove
command line argument works correctly.Minimum working example
The command
correctly identifies tag1
and adding a remove directive via the command line works as expected:
generates empty output. However,
produces a standard output of
and a standard error of
See also https://colab.research.google.com/drive/1NGGEudqUrxdYBtgyeBS0APOVzIo84kcX for an executable example.
The text was updated successfully, but these errors were encountered: