guoyanzhao / VirusSeeker-Virome

VirusSeeker is a set of fully automated and modular software package designed for mining sequence data to identify sequences of microbial origin.
GNU General Public License v3.0
17 stars 5 forks source link

BIO DB temp directory needs to be unique #5

Closed koebbe closed 6 years ago

koebbe commented 6 years ago

You could encounter corruption if multiple jobs are trying to write to the same temp directory. Each temp directory needs to be unique. Pull request #4 fixes this.