Cryptonomic / MonadicDNA

Secure personal genomics using cryptography
9 stars 2 forks source link

Allow multiple DNA passports to be created off the same dataset #20

Closed vishakh closed 4 months ago

vishakh commented 4 months ago

Currently, each passport ID generated by the Monadic DNA Portal corresponds directly to a dataset using the filename hash. However, there are only a limited number of datasets available for testing. Therefore, each time a new passport ID is generated, a random six-digit number should be appended to it, i.e. monadicdna_d4ebe4575e8f7424675b2b649c187130 becomes monadicdna_d4ebe4575e8f7424675b2b649c187130_439547 if the randomly-generated number is 439547.

vishakh commented 4 months ago

@navi-arneja Please take note..passport IDs will change slightly when the corresponding PR is merged.