NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
286 stars 76 forks source link

[cudapoa] toward DRY code by merging estimate_max_poas() and calculate_space_per_poa() #466

Open r-mafi opened 4 years ago

r-mafi commented 4 years ago

estimate_max_poas() and calculate_space_per_poa() in BatchBlock class, share some similar logic and with some effort, they can be unified.