churchlab / millstone

Genome engineering and analysis software
http://churchlab.github.io/millstone/
MIT License
47 stars 19 forks source link

Old assemblies aren't deleted #678

Closed dbgoodman closed 8 years ago

dbgoodman commented 8 years ago

They are stored in separate successive numbered directories, for example:

temp_data/projects/4748e048/alignment_groups/be796052/sample_alignments/8161ed0d/assembly/0
temp_data/projects/4748e048/alignment_groups/be796052/sample_alignments/8161ed0d/assembly/1
...
temp_data/projects/4748e048/alignment_groups/be796052/sample_alignments/8161ed0d/assembly/{N}

and eventually fill up the disk. They should be deleted in clean_up_previous_runs_of_sv_calling_pipeline.

dbgoodman commented 8 years ago

(This will be fixed when I merge my dbg_sv_dev branch in.)