Open Sandman-1 opened 8 months ago
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_rnaThank 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.
Sorry. It needs to be double quoted, like this --STAR_param "--outTmpDir some_dir"
You are a lifesaver. Thank you so much! Curious, how do you know which GexScope kit version a run is?
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?
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?
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.
--chemistry auto
can auto-detect scopeV2 mRNA, scopeV3 mRNA, full length VDJ mRNA(flv_rna) and full length VDJ(flv). You need to explicitly use--chemistry scopeV1
for legacy chemistry scopeV1.--chemistry customized
is used for user defined combinations that you need to provide--pattern
,--whitelist
and--linker
at the same time.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.