Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Make main algorithm one-pass-only #47

Closed
a-ludi opened this issue Jun 8, 2018 · 1 comment
Closed

Make main algorithm one-pass-only #47

a-ludi opened this issue Jun 8, 2018 · 1 comment

Comments

@a-ludi
Copy link
Owner

a-ludi commented Jun 8, 2018

Applying this algorithm iteratively can be done from outside if given some intermediate results. Thus, the loop should be eliminated. The loop is currently limited to one iteration anyway.

Desired algorithmic structure

// Initialization
maskBadRegions()
filterReadAlignments()
// Close Gaps
buildPileUps()
for each pileUp do
    selectGoodReads()
    cropAndValidateReads()
    buildConsensus()
// Finish
pruneOverfilledGaps()
generateOutput()
@a-ludi
Copy link
Owner Author

a-ludi commented Jun 25, 2018

Finished (see #46).

@a-ludi a-ludi closed this as completed Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant