Skip to content
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

cuteSV fails to output the result due to computational resources #139

Open
bojan-balic-sbg opened this issue Feb 23, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@bojan-balic-sbg
Copy link

Hello, it in testing the tool there have been instances where cuteSV fails in relation to the setting of computational resources like RAM and CPU running on Amazon instances. Setting CPU instance requirement to 30 and threads parameter to 30 vs 32 and 32 respectively, produces varying results (success for 30 and fail for 32).

Below is the error log from one of the failed runs

Writing to your output file.
Traceback (most recent call last):
	File "/usr/local/bin/cuteSV", line 1267, in <module>
		run(sys.argv[1:])
	File "/usr/local/bin/cuteSV", line 1263, in run
		main_ctrl(args, argv)
	File "/usr/local/bin/cuteSV", line 1230, in main_ctrl
		with open("%sresults/%s.pickle"%(temporary_dir,chrom), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/results/E.coli-MG1655-K12NC_000913.3.pickle'
@CoREse
Copy link
Contributor

CoREse commented Feb 24, 2024

Hi, @bojan-balic-sbg,

Thanks for reaching out, to further investigate the problem, could you please provide the whole command lines and the whole logs of the failed runs? Thanks.

Best regards,
CRE

@tjiangHIT tjiangHIT added the bug Something isn't working label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants