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
At the moment, Flexiplex requires barcode and UMI sequences to be given as a sequence of question marks ("?"). This is a bit of a pain to work with, especially considering that the majority of use cases are likely going to have no specific requirements apart from length for the barcode or UMI.
This request is to track the feature addition of an alternative way to specify the barcode/UMI, by giving a length, similar to older versions of Flexiplex. For instance, -b ???????????????? would be equivalent to -b 16. Existing functionality would be retained in case more fine-grained configuration is required.
The text was updated successfully, but these errors were encountered:
At the moment, Flexiplex requires barcode and UMI sequences to be given as a sequence of question marks ("?"). This is a bit of a pain to work with, especially considering that the majority of use cases are likely going to have no specific requirements apart from length for the barcode or UMI.
This request is to track the feature addition of an alternative way to specify the barcode/UMI, by giving a length, similar to older versions of Flexiplex. For instance,
-b ????????????????
would be equivalent to-b 16
. Existing functionality would be retained in case more fine-grained configuration is required.The text was updated successfully, but these errors were encountered: