NVIDIA-Genomics-Research / GenomeWorks

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

[cudaaligner] Add aligner.reset_bandwidth(int32_t) to banded Myers aligner #628

Closed ahehn-nv closed 3 years ago

ahehn-nv commented 3 years ago

Proper tests of reset_bandwidth() will follow in a separate PR.

armintoepfer commented 3 years ago

🚀

ahehn-nv commented 3 years ago

I added a commit to restrict the scope of the in-source warning disablers and added a new one to fix my PR. Please (re-)review.

ahehn-nv commented 3 years ago

rerun tests

armintoepfer commented 3 years ago

Can we propagate this function up to claraparabricks::genomeworks::cudaaligner::Aligner?