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

Add support for cell/sample barcodes and demultiplexing logic to calib-dedup step #1

Open
2 of 4 tasks
nsyzrantsev opened this issue Apr 5, 2024 · 4 comments
Open
2 of 4 tasks
Labels
enhancement New feature or request steps/calib_dedup calib deduplication step

Comments

@nsyzrantsev
Copy link
Collaborator

nsyzrantsev commented Apr 5, 2024

There is calib-dedup step. You should to do:

@mikessh
Copy link
Collaborator

mikessh commented Apr 5, 2024

To add: glue multiple UMI groups into a single sequence in case of adapters with complex UMI structure like NNNTNNNTNNNTCTT

@mikessh
Copy link
Collaborator

mikessh commented Apr 5, 2024

Add group_type <> group correspondence dictionary as a parameter. By default UMIi where i is an integer, CBi and SBi should be considered. E.g. the default for this parameter can be

bc_type_r1 = {"UMI1": "UMI", "CB1": "CB", "SB1": "SB"}

@nsyzrantsev nsyzrantsev added the enhancement New feature or request label Apr 5, 2024
@nsyzrantsev nsyzrantsev added the steps/calib_dedup calib deduplication step label Apr 18, 2024
@nsyzrantsev
Copy link
Collaborator Author

@yuliajk, I think is a good idea to move all code with umi preprocessing into a new pyumi step (calib-dedup step will contain code with running only calib tool). For more information see: #13

@yuliajk
Copy link
Collaborator

yuliajk commented Apr 28, 2024

Agree

@nsyzrantsev nsyzrantsev pinned this issue May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request steps/calib_dedup calib deduplication step
Projects
None yet
Development

No branches or pull requests

3 participants