-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/github_actions/jlumbroso/free-d…
…isk-space-1.3.1
- Loading branch information
Showing
15 changed files
with
532 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,38 @@ | ||
# UnCoVar -- an open, extensible framework for virus genome analysis | ||
<h1> | ||
Workflow for Transparent and Robust Virus Variant Calling, Genome Reconstruction | ||
and Lineage Assignment | ||
</h1> | ||
|
||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/IKIM-Essen/uncovar/assets/77535027/8e17c6fc-ff7a-4c25-afc9-7888036d693e"> | ||
<source media="(prefers-color-scheme: light)" srcset="https://github.com/IKIM-Essen/uncovar/assets/77535027/c99f5a94-749b-422e-b319-1e3700d40a8e"> | ||
<img alt="UnCoVar Logo dark/light"> | ||
</picture> | ||
|
||
[![Snakemake](https://img.shields.io/badge/snakemake-≥6.3.0-brightgreen.svg)](https://snakemake.bitbucket.io) | ||
[![Snakemake](https://img.shields.io/badge/snakemake-≥7.32.4-brightgreen.svg)](https://snakemake.bitbucket.io) | ||
[![GitHub actions status](https://github.com/koesterlab/snakemake-workflow-sars-cov2/workflows/Tests/badge.svg?branch=master)](https://github.com/koesterlab/snakemake-workflow-sars-cov2/actions?query=branch%3Amaster+workflow%3ATests) | ||
[![Docker Repository on Quay](https://quay.io/repository/uncovar/uncovar/status "Docker Repository on Quay")](https://quay.io/repository/uncovar/uncovar) | ||
|
||
A Reproducible and Scalable Workflow for Transparent and Robust Virus Variant Calling and Lineage Assignment using SARS-CoV-2 as an example. | ||
## Workflow Overview | ||
|
||
- Using state of the art tools, easily extended for other viruses | ||
<img src="./assets/UnCoVar_wf_new.png" alt="UnCoVar workflow" width="90%"/> | ||
|
||
![UnCoVar tools](./assets/tools.png) | ||
## Highlights | ||
|
||
- Tools and database updates for critical components via Conda | ||
- Using state of the art tools, easily extended for other viruses | ||
|
||
- Built using modern design patterns with Conda and SnakeMake | ||
- Tool and database updates for critical components via Conda | ||
|
||
- Built using modern design patterns with Conda and Snakemake | ||
|
||
- Extensible and easy to customize | ||
|
||
- Submission Ready Genomes | ||
|
||
- Customizable reporting with comprehensive visualization | ||
|
||
![UnCoVar visuals](./assets/uncovar-displays.png) | ||
![UnCoVar visuals](./assets/Report_panel.png) | ||
|
||
- Submission Ready Genomes | ||
Four different example elements of the results generated by UnCoVar: | ||
|
||
- a: The genome coverage of the aligned reads, visualized for multiple samples | ||
|
||
- b: evaluation of known protein alterations from VOCs for one sample | ||
|
||
- c: a pileup of reads at the position of one protein alteration. The mutations | ||
observed for multiple reads (grey bars) for a single sample, here in the S gene | ||
|
||
- d: The lineage assignments inferred for single reads for one sample |
Oops, something went wrong.