davidpng / FCS_Database

Program to scrape an FCS directory of metadata
GNU General Public License v3.0
3 stars 2 forks source link

Handling duplicated case_tubes #20

Closed davidpng closed 9 years ago

davidpng commented 9 years ago

Question: Figure out how the database handles duplicate case_tube? Rationale: We assume that each case_tube is unique, however there are situtations were duplicate case_tubes are located in different directories; the current schema can not take this into account.

Build a unique identifier based on index or hash of filename,dirname, date

hermands commented 9 years ago

This has been addressed, but will need to be tested in larger data set