We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
salmon alevin
This bug primarily related to alevin (single-cell mode).
Describe the bug
To Reproduce
salmon alevin -i /path/to/salmon_index -p 16 -l ISR --read-geometry 2[1-100] --bc-geometry 1[1-34] --umi-geometry 1[35-44] --sketch -1 /path/to/r1.fastq -2 /path/to/r2.fastqs -o /output/path --tgMap /path/to/t2g.tsv
Steps and data to reproduce the behavior:
Specifically, please provide at least the following information:
v1.10.1
Expected behavior Salmon alevin does not error out when the cell barcode length is 34 base pairs.
Screenshots Error log [2024-06-17 22:00:25.466] [alevinLog] [error] Barcode length (34) was not in the required length range [1, 31].
[2024-06-17 22:00:25.466] [alevinLog] [error] Barcode length (34) was not in the required length range [1, 31].
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Following up on this, if I was to fork salmon and fix this, would the correct solution be to update the following line?
salmon
salmon/src/AlevinUtils.cpp
Line 1204 in a2f6912
Sorry, something went wrong.
No branches or pull requests
tl;dr
salmon alevin
returns an error if the cell barcode length is > 31 base pairssalmon alevin
for a novel scRNA-seq chemistry that has a 34 base pair cell barcode.salmon alevin
maximum cell barcode length was increased from 20 base pairs to 31 base pairs. Raise maximum barcode length #629Summary
This bug primarily related to alevin (single-cell mode).
Describe the bug
To Reproduce
Steps and data to reproduce the behavior:
Specifically, please provide at least the following information:
v1.10.1
Expected behavior
Salmon alevin does not error out when the cell barcode length is 34 base pairs.
Screenshots
Error log
[2024-06-17 22:00:25.466] [alevinLog] [error] Barcode length (34) was not in the required length range [1, 31].
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: