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

Defining custom parameters in the config file #43

Open
vsuppiyar opened this issue Aug 28, 2024 · 2 comments
Open

Defining custom parameters in the config file #43

vsuppiyar opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@vsuppiyar
Copy link

vsuppiyar commented Aug 28, 2024

Specifying in this step UMI, polyT, and TSO_seq :

config_file <- FLAMES::create_config(outdir, type = "SIRV", do_barcode_demultiplex = TRUE)

doesn't seem to be properly working. I observed this behaviour particularly for setting the UMI and polyT.

The default values are still present in the config file after setting them and do not seem to be overwritten by the custom values.

@ChangqingW ChangqingW added the bug Something isn't working label Aug 29, 2024
@ChangqingW
Copy link
Collaborator

There is a problem with how that function handles nested parameters. For now you can specify it as
create_config('/tmp', pattern=list(UMI="test1", BC = "test2"))

@ChangqingW
Copy link
Collaborator

I'll probably just move pattern out from barcode_parameters to avoid the extra nesting in the next release.

@ChangqingW ChangqingW self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants