No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page is [[SIGs/Medical|Fedora Medical SIG]]'s COVID-19 page. | This page is [[SIGs/Medical|Fedora Medical SIG]]'s COVID-19 page. | ||
As the COVID-19 is of many people's interest, the page is created for people who want to contribute or do RPM packaging. | |||
== | == Analysis == | ||
=== Focusing projects === | |||
* [https://github.com/virtual-biohackathons/covid-19-bh20 COVID19 Virtual Biohackathon 2020]: [https://www.youtube.com/watch?v=x-QTP5Z_WIU Kick-off meeting video] | We list up the COVID-19 analysis focusing projects. This is a a top-down approach to find the areas. | ||
* [https://github.com/virtual-biohackathons/covid-19-bh20 COVID19 Virtual Biohackathon 2020]: [https://github.com/virtual-biohackathons/covid-19-bh20/wiki Wiki], [https://github.com/virtual-biohackathons/covid-19-bh20/wiki/Home-Learning Home Learning], [https://www.youtube.com/watch?v=x-QTP5Z_WIU Kick-off meeting video], [https://www.youtube.com/watch?v=g5cQk8jIMwo Wrap-up meeting video]. | |||
* [https://www.codevscovid19.org/ CodeVsCovid19] | * [https://www.codevscovid19.org/ CodeVsCovid19] | ||
=== Bio tools used in COVID-19 analysis === | |||
We list up the bio tools projects used in the COVID-19 analysis. This is a bottom-up approach to find the areas. | |||
==== nf-core ==== | |||
[https://nf-co.re/ nf-core] is a collection of analysis pipelines built using [https://www.nextflow.io/ Nextflow]. We refer the pipelines to look into the actual analysis workflows to identify the used bio tools projects. | |||
Nextflow is the workflow software such as [https://openwdl.org/ Workflow Description Language (WDL)] and [https://www.commonwl.org/ Common Workflow Language (CWL)]. The Podman container workflow is supported by Nextflow according to [https://www.nextflow.io/docs/edge/podman.html this page]. | |||
{| class="wikitable" | |||
|- | |||
! Pipeline !! Description !! Relevant level !! Status | |||
|- | |||
| [https://nf-co.re/nanoseq nf-core/nanoseq] || Nanopore DNA/RNA sequencing analysis || Essential (High) || Stable | |||
|- | |||
| [https://nf-co.re/artic nf-core/artic] || COVID-19 sequencing analysis. Reimplementation of [https://github.com/artic-network/fieldbioinformatics the ARTIC field bioinformatics pipeline] || Essential (High) || In development | |||
|- | |||
| [https://nf-co.re/viralrecon nf-core/viralrecon] || COVID-19 sequencing anaysis. Variant calling for viral samples. || Essential (High) || In development | |||
|- | |||
| [https://nf-co.re/scrnaseq nf-core/scrnaseq] || Single-cell analysis || Certainly relevant (Middle) || Stable | |||
|- | |||
| [https://nf-co.re/smartseq2 nf-core/smartseq2] || Single-cell analysis || Certainly relevant (Middle) || Stable | |||
|- | |||
| [https://nf-co.re/sarek nf-core/sarek] || Whole-genome sequencing analysis || Certainly relevant (Middle) || Stable | |||
|- | |||
| [https://nf-co.re/mag nf-core/mag] || Meta-genomics analysis || Certainly relevant (Middle) || Stable | |||
|- | |||
| [https://nf-co.re/bcellmagic nf-core/bcellmagic] || Investigations into the immune response || Certainly relevant (Middle) || Stable | |||
|} | |||
As almost any molecular biology technique can be used to look into some aspect of COVID-19, virtually all the nf-core pipeline can be relevant. | |||
This information comes from the hearing in the nf-core community. | |||
==== Packages list ==== | |||
* [https://blends.debian.org/med/tasks/covid-19 Debian Med COVID-19 packages] | * [https://blends.debian.org/med/tasks/covid-19 Debian Med COVID-19 packages] | ||
* [https://bio.tools/t?domain=covid-19 Elixir bio.tools COVID-19 Coronavirus tools list] | * [https://bio.tools/t?domain=covid-19 Elixir bio.tools COVID-19 Coronavirus tools list] | ||
== Distributed Computing == | |||
The distributed computing projects are to enable people to help COVID-19 analysis by their computer resources. | |||
* [https://foldingathome.org/ FOLDING@HOME] | |||
* [https://boinc.bakerlab.org/rosetta/ Rosetta@home] | |||
* [https://setiathome.berkeley.edu/ SETI@home] | |||
== Open Hardware == | |||
According to [https://opensource.com/article/20/3/open-hardware-covid19 this article], there are open source hardware projects related to | |||
* | * Ventilator | ||
* | * Llabware, consumables, reagents | ||
* | * Polymerase chain reaction (PCR) device |
Latest revision as of 17:57, 17 May 2020
This page is Fedora Medical SIG's COVID-19 page.
As the COVID-19 is of many people's interest, the page is created for people who want to contribute or do RPM packaging.
Analysis
Focusing projects
We list up the COVID-19 analysis focusing projects. This is a a top-down approach to find the areas.
- COVID19 Virtual Biohackathon 2020: Wiki, Home Learning, Kick-off meeting video, Wrap-up meeting video.
- CodeVsCovid19
Bio tools used in COVID-19 analysis
We list up the bio tools projects used in the COVID-19 analysis. This is a bottom-up approach to find the areas.
nf-core
nf-core is a collection of analysis pipelines built using Nextflow. We refer the pipelines to look into the actual analysis workflows to identify the used bio tools projects.
Nextflow is the workflow software such as Workflow Description Language (WDL) and Common Workflow Language (CWL). The Podman container workflow is supported by Nextflow according to this page.
Pipeline | Description | Relevant level | Status |
---|---|---|---|
nf-core/nanoseq | Nanopore DNA/RNA sequencing analysis | Essential (High) | Stable |
nf-core/artic | COVID-19 sequencing analysis. Reimplementation of the ARTIC field bioinformatics pipeline | Essential (High) | In development |
nf-core/viralrecon | COVID-19 sequencing anaysis. Variant calling for viral samples. | Essential (High) | In development |
nf-core/scrnaseq | Single-cell analysis | Certainly relevant (Middle) | Stable |
nf-core/smartseq2 | Single-cell analysis | Certainly relevant (Middle) | Stable |
nf-core/sarek | Whole-genome sequencing analysis | Certainly relevant (Middle) | Stable |
nf-core/mag | Meta-genomics analysis | Certainly relevant (Middle) | Stable |
nf-core/bcellmagic | Investigations into the immune response | Certainly relevant (Middle) | Stable |
As almost any molecular biology technique can be used to look into some aspect of COVID-19, virtually all the nf-core pipeline can be relevant.
This information comes from the hearing in the nf-core community.
Packages list
Distributed Computing
The distributed computing projects are to enable people to help COVID-19 analysis by their computer resources.
Open Hardware
According to this article, there are open source hardware projects related to
- Ventilator
- Llabware, consumables, reagents
- Polymerase chain reaction (PCR) device