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
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Specifically, the slicing approach of these lines:
https://github.com/biocore/qiime/blob/master/qiime/extract_barcodes.py#L412
https://github.com/biocore/qiime/blob/master/qiime/extract_barcodes.py#L414
creates a problem with the length of the barcode is zero, should be adjusted to use the len(sequence)-length of barcode to handle all cases.
The text was updated successfully, but these errors were encountered: