mikewolfe / ChIPseq_pipeline

A general ChIP-seq pipeline to reproducibly process many samples at once.
0 stars 3 forks source link

Make clean commands also clear dependent downstream calculations #1

Open mikewolfe opened 3 years ago

mikewolfe commented 3 years ago

Right now each module only deletes files within a module, however, some modules use input from previous modules. Any file dependent on an upstream module should also be deleted when the upstream module is deleted.