alexdobin / STAR

RNA-seq aligner
MIT License
1.85k stars 505 forks source link

The issue for creating temporary file #1855

Open dahun73 opened 1 year ago

dahun73 commented 1 year ago

Hello Alex!

I have one question about tmp file using STAR. I first tried to run STAR and save aligned files in mounted NAS. However, the error message came out like this: Exiting because of *FATAL ERROR*: could not create FIFO file

So, I tried setting other directory outside of NAS using '--outTmpDir' option. Then it was successful. I'm curious about why only tmp file could not be created in NAS. Is there only one way setting other directory?

Thank you for reading! Dahun

alexdobin commented 1 year ago

Hi Dahun,

that's correct, if your partition does not support FIFO files (e.g. MS-Windows), you would need to specify a Linux partition with --outTmpDir