Workflows
What is a Workflow?Filters
EuCanImage FHIR ETL Implementation
This repository contains the ETL implementation for EuCanImage, encouraging semantic interoperability of the clinical data obtained in the studies by transforming it into a machine-readable format following FHIR standards. This parser uses FHIR Resources in order to create the dictionaries following a FHIR compliant structure.
- Code Language is written in Python 3.11. ...
Type: Python
Creators: Aldar Cabrelles, Based on FHIR Resources made by NazrulWorld on GitHub (https://github.com/nazrulworld/)
Submitter: Aldar Cabrelles
EuCanImage FHIR ETL Implementation
This repository contains the ETL implementation for EuCanImage, encouraging semantic interoperability of the clinical data obtained in the studies by transforming it into a machine-readable format following FHIR standards. This parser uses FHIR Resources in order to create the dictionaries following a FHIR compliant structure.
- Code Language is written in Python 3.11. ...
Type: Python
Creators: Aldar Cabrelles, https://github.com/EGA-archive/EuCanImage-FHIR
Submitter: Aldar Cabrelles
With this galaxy pipeline you can use Salmonella sp. next generation sequencing results to predict bacterial AMR phenotypes and compare the results against gold standard Salmonella sp. phenotypes obtained from food.
This pipeline is based on the work of the National Food Agency of Canada. Doi: 10.3389/fmicb.2020.00549
tool | version | license |
---|---|---|
SeqSero2 | 1.2.1 | GNU GPL v2.0 |
... |
database | database version |
---|---|
ResFinder | 2022-07-19 |
CARD | 2023-12-03 |
Correlation between Phenotypic and In Silico Detection of Antimicrobial Resistance in Salmonella enterica in Canada Using Staramr.
Doi: 10.3390/microorganisms10020292
tool | version | license |
---|---|---|
staramr | 0.8.0 | Apache-2.0 license |
Article-GADES
This repository represents generating and benchmarking the results of the GADES package for Distance Matrix Calculation
Installation
git lfs install
git clone https://github.com/lab-medvedeva/Article-GADES.git
cd Article-GADES
Put the Real datasets in the MEX format to the folder Datasets/Real
.
Running benchmark using Docker Deployment
docker run --gpus all \
-v $PWD/Datasets:/workspace/Article-GADES/Datasets
...
Process argo data with the Pangeo Ecosystem and visualise them with Ocean Data View (ODV)
GraphRBF is a state-of-the-art protein-protein/nucleic acid interaction site prediction model built by enhanced graph neural networks and prioritized radial basis function neural networks. This project serves users to use our software to directly predict protein binding sites or train our model on a new database. Identification of protein-protein and protein-nucleic acid binding sites provides insights into biological processes related to protein functions and technical guidance for disease ...
Swedish Earth Biogenome Project - Genome Assembly Workflow
The primary genome assembly workflow for the Earth Biogenome Project at NBIS.
Workflow overview
General aim:
flowchart LR
hifi[/ HiFi reads /] --> data_inspection
ont[/ ONT reads /] --> data_inspection
hic[/ Hi-C reads /] --> data_inspection
data_inspection[[ Data inspection ]] --> preprocessing
preprocessing[[ Preprocessing ]] --> assemble
assemble[[ Assemble ]] --> validation
validation[[ Assembly
...