uci-cbcl / genomix

Parallel genome assembly using Hyracks
3 stars 2 forks source link

Implement simple edge prune #136

Closed jakebiesinger closed 10 years ago

jakebiesinger commented 10 years ago

@Elmira88 Implements the simple delayed edge prune for scaffolding and adds it as another job after the FORWARD job.

Compared to the previous PR, I realized that the tracking needs to be incoming/outgoing, not forward/reverse. Hopefully you didn't spend too much time there.

The delayed removal should be fully compatible with REMOVE_OTHER_INCOMING and REMOVE_OTHER_OUTGOING.