dkoslicki / MetaPalette

Metagenomic profiling and phylogenetic distances via common kmers
Other
42 stars 5 forks source link

Error handling in multiprocessing #5

Open dkoslicki opened 8 years ago

dkoslicki commented 8 years ago

On some file systems, when reading thousands of files (from the training database) in parallel, every once in a while a file fails to open. Need to add error handling so python will try opening that file again instead of just dying.