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

run simpleaf with a different umi length (here 9) | add-chemistry successfully #164

Open
robertzeibich opened this issue Nov 11, 2024 · 0 comments

Comments

@robertzeibich
Copy link

robertzeibich commented Nov 11, 2024

I tried to process my FASTQ files with UMI length 9 instead of 10 (10xv2) or 12 (10xv3).

R1: 25 --> 16 barcode and 9 UMI
R2: 50

To do so, I added a chemistry. However, I faced the following error message:

simpleaf add-chemistry --name honey --geometry 1{b[16]u[9]x:}2{r:}
2024-11-08T09:40:10.563033Z INFO simpleaf::simpleaf_commands::chemistry: inserting chemistry honey with geometry 1{b[16]u[9]x:}2{r:}
Error: Cannot automatically obtain an unfiltered permit list for non-Chromium chemistry : 1{b[16]u[9]x:}2{r:}

Instead of using the --unfiltered-pl , I should have used --knee.

While this resolves the add-chemistry error, I still could not align my FASTQ files.

Error: piscem mapping failed with exit status ExitStatus(unix_wait_status(134))

Instead of using a piscem-based index, I should have created an salmon-based index, which can be created by using the option --no-piscem in the simpleaf index command.

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

No branches or pull requests

1 participant