Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving support for multi-segment multi-index #65

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theJasonFan
Copy link
Collaborator

@theJasonFan theJasonFan commented Mar 4, 2024

PR to address #64:

  • Currently contains example exampling current output.

Todos:

  • implement barcode validation

assert_eq!(per_sample_metrics.len(), 3);

assert_eq!(per_sample_metrics[0].sample_id, "s1");
assert_eq!(per_sample_metrics[0].barcode, "T-TT+AAA");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jiangweiyao FYI this is what the output would look like given the test sample sheet above.

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

Successfully merging this pull request may close these issues.

Validate and design how multi-segment barcodes for multi-indexing runs are delimited.
1 participant