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
We would like to define variable polyA and cDNA region lengths in the same part of the sequence. For example, a sequence space of 40bp is a mix of variable polyA and cDNA lengths (both 0-40bp).
A test seqspec that defines this use case is uploaded to syn64109806, along with the corresponding fastqs.
The index command using seqspec v0.3.0 currently returns
This concatenates the cdna_variable and polyA regions in order and assigns 40bp length to each, and "pushes" the rna Cell Barcode 3 out of the index command, as the defined total length of the sequence (also observed when passing -t kb)
Passing -t kb
seqspec index -m rna -r SS-CoPA-1956_L8_SS-PKR-500_SS-V1-LEFT-HALF_R1.fastq.gz,SS-CoPA-1956_L8_SS-PKR-500_SS-V1-LEFT-HALF_R2.fastq.gz -t kb SHAREseqv2-SS_PKR_500-RNA_updated.yaml
1,105,113,1,143,149:1,0,10:0,0,50,1,10,50
Please let me know your thoughts - thanks!
The text was updated successfully, but these errors were encountered:
Hi- thanks for bringing this up. The seqspec index command projects the relative positions of regions onto the "read" objects using the max length property (for each region). Therefore the rna cell barcode 3 is not listed as occurring in read 2 because the read is a fixed length and the regions being projected onto it are variable lengths where the sum of the max lengths is larger than the max length of the read. What would you expect to see as the output here?
We would like to define variable polyA and cDNA region lengths in the same part of the sequence. For example, a sequence space of 40bp is a mix of variable polyA and cDNA lengths (both 0-40bp).
A test seqspec that defines this use case is uploaded to syn64109806, along with the corresponding fastqs.
The index command using seqspec v0.3.0 currently returns
This concatenates the
cdna_variable
andpolyA
regions in order and assigns 40bp length to each, and "pushes" therna Cell Barcode 3
out of the index command, as the defined total length of the sequence (also observed when passing-t kb
)Passing
-t kb
Please let me know your thoughts - thanks!
The text was updated successfully, but these errors were encountered: