We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I initiate my runs with wtdbg2 -x ont -g 4.8m -t 6 -i *fastq.gz -f -o ./wtdbg2_assembly/assembly
wtdbg2 -x ont -g 4.8m -t 6 -i *fastq.gz -f -o ./wtdbg2_assembly/assembly
But it gives [Fri Dec 16 10:58:37 2022] loading reads 226756 reads [Fri Dec 16 10:58:51 2022] filtering from 226756 reads (>=5000 bp), 2071321570 bp. Try selecting 240000000 bp [Fri Dec 16 10:58:51 2022] Done, 8078 reads (>=5000 bp), 240001280 bp, 937428 bins ** PROC_STAT(0) **: real 14.218 sec, user 24.300 sec, sys 2.280 sec, maxrss 976392.0 kB, maxvsize 3365996.0 kB [Fri Dec 16 10:58:51 2022] Set --edge-cov to 3 KEY PARAMETERS: -k 15 -p 0 -K 1000.049988 -A -S 2.000000 -s 0.050000 -g 4800000 -X 50.000000 -e 3 -L 5000 Cannot open file for write: ./wtdbg2_assembly/assembly.events No such file or directory
[Fri Dec 16 10:58:37 2022] loading reads 226756 reads [Fri Dec 16 10:58:51 2022] filtering from 226756 reads (>=5000 bp), 2071321570 bp. Try selecting 240000000 bp [Fri Dec 16 10:58:51 2022] Done, 8078 reads (>=5000 bp), 240001280 bp, 937428 bins ** PROC_STAT(0) **: real 14.218 sec, user 24.300 sec, sys 2.280 sec, maxrss 976392.0 kB, maxvsize 3365996.0 kB [Fri Dec 16 10:58:51 2022] Set --edge-cov to 3 KEY PARAMETERS: -k 15 -p 0 -K 1000.049988 -A -S 2.000000 -s 0.050000 -g 4800000 -X 50.000000 -e 3 -L 5000 Cannot open file for write: ./wtdbg2_assembly/assembly.events No such file or directory
I don't understand where assembly.events is coming from. How do I solve this?
The text was updated successfully, but these errors were encountered:
wtdbg2 tried to write log to <prefix>.events, but cannot write this file.
wtdbg2
<prefix>.events
Sorry, something went wrong.
But I don't have a <prefix>.events file, why is it doing this? Is it supposed to generate this file?
Here, <prefix> = "./wtdbg2_assembly/assembly". wtdbg2 cannot create or cannot open <prefix>.events. Check your file system first.
<prefix>
I'm really sorry, I am a beginner, I have no solution for this
No branches or pull requests
I initiate my runs with
wtdbg2 -x ont -g 4.8m -t 6 -i *fastq.gz -f -o ./wtdbg2_assembly/assembly
But it gives
[Fri Dec 16 10:58:37 2022] loading reads 226756 reads [Fri Dec 16 10:58:51 2022] filtering from 226756 reads (>=5000 bp), 2071321570 bp. Try selecting 240000000 bp [Fri Dec 16 10:58:51 2022] Done, 8078 reads (>=5000 bp), 240001280 bp, 937428 bins ** PROC_STAT(0) **: real 14.218 sec, user 24.300 sec, sys 2.280 sec, maxrss 976392.0 kB, maxvsize 3365996.0 kB [Fri Dec 16 10:58:51 2022] Set --edge-cov to 3 KEY PARAMETERS: -k 15 -p 0 -K 1000.049988 -A -S 2.000000 -s 0.050000 -g 4800000 -X 50.000000 -e 3 -L 5000 Cannot open file for write: ./wtdbg2_assembly/assembly.events No such file or directory
I don't understand where assembly.events is coming from.
How do I solve this?
The text was updated successfully, but these errors were encountered: