-
Notifications
You must be signed in to change notification settings - Fork 5
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
TCR matching error #3
Comments
I got same error in linux when I made an error in specifying the input fastq.gz file - are you sure the path is correct? |
@swluo1 Thank you for trying out nanoranger! Could you check if the file I have observed this error when the This can happen on MacOS because the function for reading the |
@mehdiborji Thanks, I tried to replace zcat with gunzip -c or gzip -d, but still got this error. The {sample}_matching.sam file is not empty, I attached it here Following is the log: nanoranger packages loaded alignment to transcriptome reference and defusing/deconcatenation cores = 8 generate clone-barcode-UMI table clone filtering finished |
@swluo1 thank you for sharing this information. The sam file you shared is indeed empty in the sense it has no alignments as The contents in the file are just simply the headers of reference sequences (here the 737k 10x5' barcodes). Can you also share the I still believe the STAR aligner is not performing the alignment for some reason. What version of STAR you have installed? |
@swluo1 I am realizing the version of STAR you are running is most likely a very old and potentially problematic one (by looking at the sam header it seems it is 2.5.2b which dates back to 2016). I highly recommend you update to the latest version of STAR and try it again. |
I found the most recent version of star to work with nanoranger to be |
@EdGreen21 that is indeed the version I initially used to develop this tool so I cannot say for certain how much backward compatibility there will be from that version. I have updated my STAR to |
When I run 5p10XTCR with the example data TCR3.fastq.gz on my MacOS system, I got the error:
"Traceback (most recent call last):
File "/Users/Home/nanoranger/pipeline.py", line 236, in
utils.process_matching_5p10XTCR(sample,outdir)
File "/Users/Home/nanoranger/utils.py", line 733, in process_matching_5p10XTCR
scores=sort_cnt(all_AS[all_AS[:,1]==0][:,0])
IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed"
The text was updated successfully, but these errors were encountered: