singleron-RD / CeleScope

Single Cell Analysis Pipelines
https://www.singleron.bio/
MIT License
92 stars 31 forks source link

Auto Chemistry Detection Failing and FIFO File Generation Problem #277

Open Sandman-1 opened 8 months ago

Sandman-1 commented 8 months ago

Hello! Thank you for such an excellent software.

I am trying to run CeleScope v2.0.7 on raw fastqs from GSE203360, but it throws me the following error.

I don't know what the kit version is for GSE203360, but I tried supplying the latest version (scopeV3.0.1). It then gave me the following error.

Could you help me navigate these errors? I am working with WSL2 on my Windows computer.

zhouyiqi91 commented 8 months ago
  1. I have checked one run(SRR19312208) of GSE203360 and it is scopeV1.
  2. Exiting because of FATAL ERROR: could not create FIFO file Please take a look at https://github.com/alexdobin/STAR/issues/1776 You can add extra STAR params by adding "--STAR_param --outTmpDir some_dir " to multi_rna
Sandman-1 commented 8 months ago

Thank you! I am getting this error after adding the parameter, however. I add it to the end of the starsolo command within each sample-specific shell file.

zhouyiqi91 commented 8 months ago

Sorry. It needs to be double quoted, like this --STAR_param "--outTmpDir some_dir"

Sandman-1 commented 8 months ago

You are a lifesaver. Thank you so much! Curious, how do you know which GexScope kit version a run is?

zhouyiqi91 commented 8 months ago

By checking the pattern of R1 reads. https://trace.ncbi.nlm.nih.gov/Traces/?view=run_browser&page_size=10&acc=SRR19312208&display=reads https://github.com/singleron-RD/CeleScope/blob/master/doc/chemistry.md

Sandman-1 commented 8 months ago

Hello! I tried running the pipeline overnight, and it gave me this error when I woke up.

I don't understand what the segmentation fault refers to, or if it's a problem with the temporary directory I assigned file construction to in my linux partition, or if I am missing something else entirely. However, I think this should be the last error in the pipeline to run celescope properly. Could you please help me?

zhouyiqi91 commented 8 months ago

Found an exit code 139 issue in STAR issue. https://github.com/alexdobin/STAR/issues/887 But it shouldn't be the same reason here. I see that you are not using a conda environment; I'm not sure what version of STAR you are using. Could this be causing the problem?