This repository was archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
External Contributions
mishalinaik edited this page Apr 27, 2016
·
2 revisions
GenomicsDB is released under the MIT License. Hence, we expect the external contributors to grant an MIT License for their contributions. We have adopted the Developer Certificate of Origin from the Linux project, and request the developer to include a 'Signed-off-by' line in the commit message to indicate they understand and agree to the DCO.
Signed-off-by: First Last [email protected] (github: developer_githubid)
- Overview of GenomicsDB
- Compiling GenomicsDB
-
Importing variant data into GenomicsDB
- Create a TileDB workspace
- Importing data from VCFs/gVCFs into TileDB/GenomicsDB
- Importing data from CSVs into TileDB/GenomicsDB
- Incremental import into TileDB/GenomicsDB
- Overlapping variant calls in a sample
- Java interface for importing VCF/CSV files into TileDB/GenomicsDB
- Dealing with multiple GenomicsDB partitions
- Querying GenomicsDB
- HDFS or S3 or GCS support in GenomicsDB
- MPI with GenomicsDB
- GenomicsDB utilities
- Try out with Docker
- Common issues
- Bug report
- External Contributions