vatlab / vat-docs

Documentation for Variant Tools.
https://vatlab.github.io/vat/
4 stars 0 forks source link

Init page-> Examples: create subprojects from the parent project #15

Closed BingLi17 closed 6 years ago

BingLi17 commented 6 years ago
$CEU iceli$ vtools show genotypes
ERROR: Unsupported genotype storage model None
BoPeng commented 6 years ago

@jma7 the Project class should define a storage model w/wo the environment variable, right? I think we can make HDF5 the default if no environment variable is defined.

jma7 commented 6 years ago

The default storage mode is HDF5 now. Updated "Examples: create a parent project" to use another dataset. Added test to show that "Examples: create subprojects from the parent project" and "Create a project from several subprojects" is only available for SQLite version.