ekg / seqwish

alignment to variation graph inducer
MIT License
143 stars 18 forks source link

seqwish should clean up after itself #22

Open ekg opened 5 years ago

ekg commented 5 years ago

If seqwish gets killed at the right moment, it will leave some temporary files behind that it doesn't clean up on its next invocation. That can be a problem. The solution might be to patch mmmultimap to do the right thing in this case, and delete any files that exist before re-opening them and corrupting the table that's being recorded.