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

Can I use this pipeline with a different Adapter Sequence? #12

Open
ShaowenJ opened this issue Dec 19, 2023 · 3 comments
Open

Can I use this pipeline with a different Adapter Sequence? #12

ShaowenJ opened this issue Dec 19, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@ShaowenJ
Copy link

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!

@Sefi196
Copy link
Collaborator

Sefi196 commented Feb 22, 2024

Hi ShaowenJ,
Thanks for your question.

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.

All the best

Sefi

@ljwharbers
Copy link

Hi,
I have a similar request. Is it possible to set a certain barcode length? Or that the BC length is taken from the supplied whitelist?

Cheers,
Luuk

@youyupei youyupei added the enhancement New feature or request label May 2, 2024
@youyupei
Copy link
Member

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:

  1. clone the BLAZE GitHub directory (the latest commit on the main branch)
  2. modify line 29 of blaze/config.py: DEFAULT_BC_SIZE = 16
  3. go to the root dir of BLAZE (the one with setup.py) and install the modified version by pip install .

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

No branches or pull requests

4 participants