wwood / CoverM

Read coverage calculator for metagenomics
GNU General Public License v3.0
273 stars 30 forks source link

how to change the temporary directory #140

Closed lonestarling closed 1 year ago

lonestarling commented 1 year ago

Hi

I always meet the error "thread 'main' panicked at 'called Result::unwrap() on an Err value: Custom { kind: StorageFull, error: PathError { path: "/tmp/.tmpoLeFBK", err: Os { code: 28, kind: StorageFull, messa> note: run with RUST_BACKTRACE=1 environment variable to display a backtrace" i think the key is how to change the temporary dierctiory manually rather the default /tmp dierctory. So how could i change? Thanks! L

wwood commented 1 year ago

Yes, see https://wwood.github.io/CoverM/coverm-genome.html#frequently-asked-questions-faq

Ok? -------------- Ben Woodcroft Group leader, Centre for Microbiome Research, QUT


From: lonestarling @.> Sent: Friday, 4 November 2022, 10:38 am To: wwood/CoverM @.> Cc: Subscribed @.***> Subject: [wwood/CoverM] how to change the temporary directory (Issue #140)

Hi

I always meet the error "thread 'main' panicked at 'called Result::unwrap() on an Err value: Custom { kind: StorageFull, error: PathError { path: "/tmp/.tmpoLeFBK", err: Os { code: 28, kind: StorageFull, messa> note: run with RUST_BACKTRACE=1 environment variable to display a backtrace" i think the key is how to change the temporary dierctiory manually rather the default /tmp dierctory. So how could i change? Thanks! L

― Reply to this email directly, view it on GitHubhttps://github.com/wwood/CoverM/issues/140, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAADX5DETUCCBUA4DOIVXYLWGRLJDANCNFSM6AAAAAARWWDQMA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lonestarling commented 1 year ago

Thank you professor, it helps a lot

wwood commented 1 year ago

No problem. OK, I guess you sorted this. Let me know if not.