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

brokit.get_clusters_from_fasta_filepath failing to remove output files #31

Open
charudatta-navare opened this issue Jun 10, 2014 · 1 comment

Comments

@charudatta-navare
Copy link

@wasade @gregcaporaso

I need to make uclust calls a large number of times in my script, and I get 'OSError: Too many open files' when the dataset size exceeds a certain limit, when I am using brokit.get_clusters_from_fasta_filepath function. However, when I use qiime_system_call instead to call uclust, I don't get an error. I think get_clusters_from_fasta_filepath may not be removing some output files, and I am not sure whether this is related to scikit-bio or brokit. I tried changing suppress_stdout of Uclust class to true, but that did not solve the problem.

Thanks!

@josenavas
Copy link
Member

The issue is not the fact of not removing files, but keeping files open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants