bigdatagenomics / adam

ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark, and Apache Parquet. Apache 2 licensed.
Apache License 2.0
996 stars 309 forks source link

Add Smith-Waterman as consensus generation method for indel realignment #50

Closed fnothaft closed 10 years ago

fnothaft commented 10 years ago

Currently, indel realignment uses a mismatch quality score based approach for generating alternate consensuses. It is desirable to also support Smith-Waterman for generating consensuses. We have a Smith-Waterman implementation, but it needs to be integrated into the realigner itself.

fnothaft commented 10 years ago

This was resolved by #182.