chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
270 stars 57 forks source link

Fix Data access for browser AlignmentCandidate graph #258

Closed rlorigro closed 3 years ago

rlorigro commented 3 years ago

Somehow during testing the necessary data objects for building/labeling the local AlignmentCandidate graph were loaded already, so I had not previously encountered the case where they needed to be accessed. This addresses that case.

paoloczi commented 3 years ago

This should go in Assembler::accessAllSoft, not here.

rlorigro commented 3 years ago

Ok I added the CandidateTable access method to that method, since it was the only one missing. The page works now.