Changes
Page history
Create How to port old bob database interface to the new csv format
authored
Dec 09, 2020
by
Amir MOHAMMADI
Show whitespace changes
Inline
Side-by-side
How-to-port-old-bob-database-interface-to-the-new-csv-format.md
0 → 100644
View page @
e424efbf
# Introduction
This guide will help you port old bob.db packages into just one
`.py`
file inside a bob.bio or bob.pad package, e.g. bob.pad.face.
This will greatly reduce the maintenance burden of databases in Bob.
# Gather information
Learn information about the database:
-
what it is,
-
in which bob.bio or bob.pad packages it was used
-
How many protocols does it have
# Create a create function
Create a script that reproduces the list files.
# Documentation
Document the protocols, data format, metadata
\ No newline at end of file