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
I was wondering if the BLAZE pipeline can be used with a different single-cell protocol than 10X.
If our single-cell protocol has a different Adapter sequence, and we have 2 barcode sequences on both sides of the Adapter, would the pipeline also works?
Thanks,
Look forward to your reply!
The text was updated successfully, but these errors were encountered:
At the moment BLAE is only compatible with 10x workflow.
If you provide some more detail re the structure of your read we may be able to help modify the workflow.
Hi @ljwharbers, as BLAZE was originally designed mainly for the 10X kits, the barcode length was hard coded. I can certainly make it specifiable in the future version. For now, if you do want to modify the default barcode length, the only way I can think of is as follows:
clone the BLAZE GitHub directory (the latest commit on the main branch)
modify line 29 of blaze/config.py: DEFAULT_BC_SIZE = 16
go to the root dir of BLAZE (the one with setup.py) and install the modified version by pip install .
Dear BLAZE developers,
I was wondering if the BLAZE pipeline can be used with a different single-cell protocol than 10X.
If our single-cell protocol has a different Adapter sequence, and we have 2 barcode sequences on both sides of the Adapter, would the pipeline also works?
Thanks,
Look forward to your reply!
The text was updated successfully, but these errors were encountered: