pachterlab/sircel

Define temporary directory

Closed this issue · 1 comments

On my linux machine my /tmp is very limited. Is there a way to define a temporary directory for unzipping files to be something else?

Digging through the code, the scripts use python's tempdir module.

By prefixing the sircel command with TMP=somedirectory the temporary directory can be defined easily