Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Write tables

nyoungb2 edited this page Sep 24, 2013 · 1 revision

Write out 1 or more tables in CLdb. All of the tables and number of entries in each can also be listed.

Write out all tables

CLdb_writeTable.pl -d CLdb.sqlite

Write out just 'Loci' table

CLdb_writeTable.pl -d CLdb.sqlite -t loci

Write out 'Spacers' and 'DRs' table

CLdb_writeTable.pl -d CLdb.sqlite -t spacers drs

List table names and number of entries

CLdb_writeTable.pl -d CLdb.sqlite -l