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
I am attempting to use Starcode-UMI with data produced from inDrops which has the structure Cellbarcode[8-12 bp]-fixed 22 bp sequence -Cellbarcode[8bp]-UMI[6bp]-PolyT.
I am able to cluster the UMI portion with a setting of 14 UMI bases but no matter how many bases I set seq-trim to the program hangs at the sequence clustering portion of the pipeline. I tried trimming every base following the first 14 bases so that the sequence clustering would have zero bases to work with and I also tried trimming nothing. In both cases, the program hangs at sequence clustering (I left it for over 14 hours with no progress). I'm running with 32 virtual cores and 64 Gb of RAM so I don't think it's a memory issue.
Here is what I ran:
./starcode-umi --umi-len 14 --umi-threads 8 --seq-threads 8 --umi-cluster s --seq-cluster s --umi-d 2 --seq-d 2 --seq-trim 15 ~/path/to/file/filename_R1.fastq
Here is the structure of the input sequence which is 51 bases long:
TGACANTACTTGAGTGATTGCTTGTGACGCCTTAGTCCCTTCTTTTATTTT
I can get several thousand UMI clusters but the program hangs at sequencing clustering with a cluster of size 1 that never increases.
Has starcode ever been tested with inDrops data that has this cell barcode structure?
Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for reporting and sorry for the late reply. As I understand, your UMI part is the combination of Cellbarcode[8bp]+UMI[6bp], 14bp in total. Some questions:
Is this part moved to the beginning of the read? Starcode assumes that the read starts with the UMI.
Can you be more specific with the behavior? Hangs means that is does not progress anymore, it crashes with some error message, or crashes without error message?
How many sequences are you clustering?
Can you provide us a minimal file which reproduces the behavior?
Hello,
I am attempting to use Starcode-UMI with data produced from inDrops which has the structure Cellbarcode[8-12 bp]-fixed 22 bp sequence -Cellbarcode[8bp]-UMI[6bp]-PolyT.
I am able to cluster the UMI portion with a setting of 14 UMI bases but no matter how many bases I set seq-trim to the program hangs at the sequence clustering portion of the pipeline. I tried trimming every base following the first 14 bases so that the sequence clustering would have zero bases to work with and I also tried trimming nothing. In both cases, the program hangs at sequence clustering (I left it for over 14 hours with no progress). I'm running with 32 virtual cores and 64 Gb of RAM so I don't think it's a memory issue.
Here is what I ran:
./starcode-umi --umi-len 14 --umi-threads 8 --seq-threads 8 --umi-cluster s --seq-cluster s --umi-d 2 --seq-d 2 --seq-trim 15 ~/path/to/file/filename_R1.fastq
Here is the structure of the input sequence which is 51 bases long:
TGACANTACTTGAGTGATTGCTTGTGACGCCTTAGTCCCTTCTTTTATTTT
I can get several thousand UMI clusters but the program hangs at sequencing clustering with a cluster of size 1 that never increases.
Has starcode ever been tested with inDrops data that has this cell barcode structure?
Thank you.
The text was updated successfully, but these errors were encountered: