samtools / hts-specs

Specifications of SAM/BAM and related high-throughput sequencing file formats
http://samtools.github.io/hts-specs/
653 stars 174 forks source link

Crypt4GH Test Data #650

Open AlexanderSenf opened 2 years ago

AlexanderSenf commented 2 years ago

Add a standard set of test data (encrypted and unencrypted, with keys) to enable a new implementation to be validated.

silverdaz commented 2 years ago

That should be generated on the fly. You can encrypt the data with another (proven) algorithm. After encryption/decryption using Crypt4GH and the other algorithm, combining different implementations if you want, you should get the same data as the original input data.

Have a look at those automated tests