Skip to content

Commit

Permalink
Merge branch 'release-2.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jun 17, 2021
2 parents 105b6d5 + 3c81cdc commit 54a58ac
Show file tree
Hide file tree
Showing 752 changed files with 243,356 additions and 12,285 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 10 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
description: Welcome to OpenCGA!
---

# Home

OpenCGA is the most advanced big data genomic analysis platform. It is implemented as an open-source project that implements a high-performance, scalable and secure platform for Genomic data analysis and visualisation.
{% hint style="info" %}
Development version 2.1.0-alpha
{% endhint %}

OpenCGA is an open-source project that implements a high-performance, scalable and secure platform for Genomic data analysis and visualisation.

OpenCGA provides the most advanced and complete genomic data platform. The performance, scalability and huge number features makes of OpenCGA an unique full-stack solution today. OpenCGA takes care of security and implements a high-performance query engine and analysis frameworks for _Big Data_ analysis and visualisation in current genomics. OpenCGA uses the most modern and advanced technologies, and has been designed and implemented to scale to hundreds of thousands if genomes accounting for petabytes of variant data. It is built on top of three main components: _Catalog Metadata Database_, _Variant Storage Engine_ and _Analysis Framework_.

### Main Features
## Main Features

* **Authenticated** and **secure** platform to query and visualise data. An advanced **permission** system has been implemented to ensure data privacy.
* A **metadata database** to keep track of registered users, projects, studies, files, samples, families, jobs, ...
Expand All @@ -19,5 +27,3 @@ OpenCGA provides the most advanced and complete genomic data platform. The perfo
* Interactive **web-based application** to query, analyse and visualise variants, alignments and clinical data
* **Zetta Genomics** start-up is being launched in 2019 to offer official support and customisation. **OpenCB Enterprise** will be launched in 2020 with many new features!



22 changes: 15 additions & 7 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
* [Features](overview/features.md)
* [Architecture Diagram](overview/architecture.md)
* [Security](overview/security.md)
* [Metadata and Clinical Data](overview/data-management.md)
* [Data Models](overview/data-models/README.md)
* [Sample](overview/data-models/sample.md)
* [Individual](overview/data-models/individual.md)
* [Metadata](overview/data-management.md)
* [Alignment and Coverage](overview/alignment-and-coverage.md)
* [Variant Query and Analysis](overview/variant-query-and-analysis.md)
* [Clinical Data Analysis](overview/clinical-data-analysis.md)
* [Clinical Analysis](overview/clinical-data-analysis.md)
* [Running Analysis](overview/running-analysis.md)
* [Scalability and Performance](overview/scalability-and-performance.md)
* [Sizing OpenCGA](overview/sizing-opencga.md)
Expand Down Expand Up @@ -41,7 +38,8 @@
* [Python](using-opencga/client-libraries/python.md)
* [R](using-opencga/client-libraries/r.md)
* [JavaScript](using-opencga/client-libraries/javascript.md)
* [Command Line](using-opencga/command-line.md)
* [Command Line](using-opencga/command-line/README.md)
* [Files](using-opencga/command-line/files.md)
* [Public Demo](using-opencga/public-demo.md)
* [Case Studies](case-studies/README.md)
* [Genomics England Research](case-studies/genomics-england-research.md)
Expand All @@ -51,9 +49,11 @@

* [Login](manual/login.md)
* [Data Management](manual/data-management/README.md)
* [Data Ingestion Process](manual/data-management/data-ingestion-process.md)
* [Projects and Studies](manual/data-management/projects-and-studies.md)
* [Working with Files](manual/data-management/working-with-files.md)
* [Sharing and Permissions](manual/data-management/sharing-and-permissions.md)
* [Sharing and Permissions](manual/data-management/sharing-and-permissions/README.md)
* [Permissions](manual/data-management/sharing-and-permissions/permissions.md)
* [Adding Custom Metadata](manual/data-management/adding-custom-metadata.md)
* [Alignment Engine](manual/alignment-engine/README.md)
* [BAM Index](manual/alignment-engine/bam-index.md)
Expand All @@ -68,9 +68,17 @@
* [Clinical Genomics](manual/clinical-genomics/README.md)
* [Clinical Interpretation](manual/clinical-genomics/clinical-interpretation.md)
* [Clinical Analysis](manual/clinical-genomics/clinical-analysis.md)
* [Data Models](manual/data-models/README.md)
* [Sample Model](manual/data-models/sample-model.md)
* [Individual](manual/data-models/individual.md)
* [File](manual/data-models/file.md)
* [Family](manual/data-models/family.md)
* [Cohort](manual/data-models/cohort.md)
* [Clinical Analysis](manual/data-models/clinical-analysis.md)
* [Using JupyterLab](manual/using-jupyterlab.md)
* [Administrator](manual/administrator/README.md)
* [User Management](manual/administrator/user-management.md)
* [Templates / Manifest](manual/administrator/templates-manifest.md)

## About

Expand Down
4 changes: 0 additions & 4 deletions docs/about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@

## Source Code



## Contributing



Loading

0 comments on commit 54a58ac

Please sign in to comment.