cual-id icon indicating copy to clipboard operation
cual-id copied to clipboard

A package for creating and managing sample identifiers in comparative -omics datasets.

Results 13 cual-id issues
Sort by recently updated
recently updated
newest added

My lab has been using the cual-id system for our barcodes for 2 large projects. It has worked great for us. Having made over 800 barcodes and working with them...

Hi there! This is such a great tool. After < 24 hours working with this I can tell that our group is going to get a ton of mileage out...

If the existing list passed to create cualids contains an empty string the function returns nothing: ```python for id_ in cualid.create_ids(n=7, id_length=4, existing_ids=['']): print(e) ``` If an empty string is...

@lkursell mentioned that it would be nice if it was possible to run cualid twice and generate the same set of IDs. This may need to be taken care of...

1. The manuscript refers to transposition as an issue, but Hamming only captures character-by-character differences, not true edit distance (i.e., Levenshtein). In practice, this may not be a huge issue,...

This would be a bit weird, but the dashes aren't allowed in QIIME 1 sample ids, so if we could replace them with dots (or remove them) would be really...