Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Fix zero length barcode options for extract_barcodes.py #2207

Open
walterst opened this issue Nov 22, 2017 · 0 comments
Open

Fix zero length barcode options for extract_barcodes.py #2207

walterst opened this issue Nov 22, 2017 · 0 comments

Comments

@walterst
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant