ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
128 stars 16 forks source link

tmp folder creation #324

Closed Subhayan18 closed 10 months ago

Subhayan18 commented 11 months ago

While starting alignment strobealign creates a temporary folder with a fixed directory name. If there are more than one alignments running parallelly from the same directory, this ends up in an error. Will it be possible to add a random hash to the tmp folder created for every run to avoid this conflict?

marcelm commented 11 months ago

Hi, can you clarify? Strobealign itself shouldn’t create temporary directories. How do you run strobealign and which error message do you get?

marcelm commented 10 months ago

Closing as I’m pretty sure we don’t create temporary directories. Please re-open if you think otherwise.