-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No space left on device #260
Comments
Hi Ram, Could it be that your 500 GB drive is already almost full before running MetaQuast? You can check this with the |
Not sure if this applies to MetaQUAST, but couldn't this also be space on |
This is not likely unless the output directory is in |
Hi,
I have made space (1.2Tb) and ran QUAST it worked.
I think it may be the tmp/ during running the command.
Thanks
rgds
Ram
…On Wed, Feb 7, 2024 at 2:07 AM Alexey Gurevich ***@***.***> wrote:
This is not likely unless the output directory is in /tmp/.
Quast (and MetaQuast, etc) doesn't write to /tmp itself, and I think all
embedded third-party tools don't do this, too (though I am not 100% sure).
The error occurred in File
"/home/majorram/anaconda3/envs/quaST/lib/python3.10/logging/init.py", line
1104, in emit, so when writing some message to a log fil (metaquast.log
or quast.log) which is created inside the Quast output directory
(specified via -o or ./quast_results/results_<date_time>/ by default).
—
Reply to this email directly, view it on GitHub
<#260 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK4LETXEXTG7XPH24AEUIZDYSM755AVCNFSM6AAAAABC2SB2L2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZRGU4DIMZUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi all, I have added it here for future reference. I overlooked that the reads were used in the running command ( We will try to optimize that. Using reads is not super common (and not super informative) in our tools, so we haven't prioritized this issue so far but it seems that it should be done rather sooner than later :) |
Hi,
I have started the QUAST analysis with for a metagenome assembly with
319486 contigs, total 217428693 bp, min 200 bp, max 110411 bp, avg 680 bp, N50 724 bp
Metaquast command:
metaquast -o metaquast_result_cntrl -m 500 out_S23-25_contigs/final.contigs.fa -1 cntl_clean_R1.fastq -2 cntl_clean_R2.fastq -t 20
with storage space 500 Gb.
Error: No space left on device.
Traceback (most recent call last):
File "/home/majorram/anaconda3/envs/quaST/lib/python3.10/logging/init.py", line 1104, in emit
self.flush()
File "/home/majorram/anaconda3/envs/quaST/lib/python3.10/logging/init.py", line 1084, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/home/majorram/anaconda3/envs/quaST/bin/metaquast", line 431, in
logger.exception(exc_value)
File "/home/majorram/anaconda3/envs/quaST/opt/quast-5.2.0/quast_libs/log.py", line 219, in exception
self._logger.exception(e)
Message: OSError(28, 'No space left on device')
Arguments: ()
ERROR! exception caught!
How much space do I need to run the analysis?
Thanks
rgds
Ram
The text was updated successfully, but these errors were encountered: