SEEK ID: https://workflowhub.eu/people/278
Location: Not specified
ORCID:
https://orcid.org/0000-0002-5987-8032
Joined: 31st May 2022
Expertise: Not specified
Tools: Not specified
Related items
Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational biological research.
- Accessible: Users can easily run tools without writing code or using the CLI; all via a user-friendly web interface.
- Reproducible: Galaxy captures all the metadata from an analysis, making it completely reproducible.
- Transparent: Users share and publish analyses via interactive pages that can enhance analyses with user annotations.
- Scalable: Galaxy can run ...
Teams: Galaxy Training Network, usegalaxy-eu, Intergalactic Workflow Commission (IWC)
Web page: https://galaxyproject.org/
The goal of COVID-19-Biohackathon 2020 (COVID-19-BH20) is to develop and gather computational tools that can be useful for studying the biology of the virus and the disease.
The COVID-19 Programme in Workflow Hub aims to gather workflows for the analysis of COVID-19 molecular biology data and their metadata. In this programme, all workflows and their metadata will be curated and made interoperable, reusable and reproducible. All workflows and their metadata will be easily accessible to everyone ...
Teams: Connor Lab, GalaxyProject SARS-CoV-2, InSaFLU, nf-core viralrecon, CWL workflow SARS-CoV-2, V-Pipe, Test team
Web page: https://github.com/virtual-biohackathons/covid-19-bh20
This team and associated Galaxy workflows are maintained by the European Galaxy Team.
Space: Galaxy
Public web page: https://usegalaxy.eu
Organisms: Not specified
The Galaxy Training Network (GTN) is a collection of hands-on tutorials that are designed to be interactive and are built around Galaxy.
These tutorials can be used for learning and teaching how to use Galaxy for general data analysis, as well as a wide array of hands-on tutorials covering specific domains such as assembly, RNA-Seq analysis, deep learning, climate analysis, and more!
Organisms: Homo sapiens, SARS-CoV-2
Ongoing analysis of COVID-19 using Galaxy, BioConda and public research infrastructures https://covid19.galaxyproject.org
Space: COVID-19 Biohackathon
Public web page: https://github.com/galaxyproject/SARS-CoV-2
Organisms: Homo sapiens, SARS-CoV-2
Workflow for variant analysis against a reference genome in GenBank format
Generic consensus building
This workflow generates consensus sequences using a list of variants generated by Variant Calling Workflow.
The workflow accepts a single input:
- A collection of VCF files
The workflow produces a single output:
- Consensus sequence for each input VCF file
The workflow can be accessed at usegalaxy.org
Generic variation analysis reporting
This workflow generates reports from a list of variants generated by Variant Calling Workflow.
The workflow accepts a single input:
- A collection of VCF files
The workflow produces two outputs (format description below):
- A list of variants grouped by Sample
- A list of variants grouped by Variant
Here is example of output by sample. In this table all varinats in all samples are epxlicitrly listed:
| Sample | ...
Generic variant calling
A generic workflow for identification of variants in a haploid genome such as genomes of bacteria or viruses. It can be readily used on MonkeyPox. The workflow accepts two inputs:
- A genbank file with the reference genomes
- A collection of paired fastqsanger files
The workflow outputs a collection of VCF files for each sample (each fastq pair). These VCF files serve as input to the Reporting workflow.
Workflow can be accessed ...