Open nadegeguiglielmoni opened 4 years ago
Hi Nadège,
Sorry for answering so late, I'm quite busy with teaching lately.
I believe the problem might be that you used more memory than your cluster allows you to? I mean, I'm not sure how your cluster is set up, but judging from the error (sort not completing its job properly) I don't really know what else it could be. Googling the issue with sort didn't seem to help much...
Could you maybe try to run CONSENT-polish on a smaller dataset? That could help narrowing down the problem, and see if it's actually caused by an excessive usage of disk space.
Also, great suggestion, restarting the program from the last step would be super convenient, I'll be sure to include it in a further release.
Cheers, Pierre
Hi,
CONSENT-polish failed at sort step. Any suggestions please?
CONSENT-polish --contigs contigs.fasta --reads epo.pacbio.fasta.gz --out polished.fasta
Last lines of err.out
[M::main] Version: 2.17-r941
[M::main] CMD: minimap2 --dual=yes -PD --no-long-join -w5 -g1000 -m30 -n1 -t88 -I1G contigs.fasta pacbio.fasta.gz
[M::main] Real time: 25939.646 sec; CPU: 404591.600 sec; Peak RSS: 37.921 GB
sort: close failed: ./sort2wwjKa: Input/output error
Thanks
CONSENT v1.2.2
Hi,
Thank you for this tool.
I'm struggling to use CONSENT on a cluster, and the latest error I get is at the sort step :
Error log
Output log
Sort version: sort (GNU coreutils) 8.22
Infos about output files:
Have you got any idea what could be the problem? Also, it would be convenient to be able to restart the program.