Workflows
What is a Workflow?Filters
A CWL-based pipeline for processing RNA-Seq data (FASTQ format) and performing differential gene/transcript expression analysis.
On the respective GitHub folder are available:
- The CWL wrappers for the workflow
- A pre-configured YAML template, based on validation analysis of publicly available HTS data
- A table of metadata (
mrna_cll_subsets_phenotypes.csv
), based on the same validation analysis, to serve as an input example for the design of comparisons during differential expression ...
Type: Common Workflow Language
Creators: Konstantinos Kyritsis, Nikolaos Pechlivanis, Fotis Psomopoulos
Submitter: Konstantinos Kyritsis
SARS-CoV-2 variant prediction using Read It And Keep, fastp, bbmap and iVar
The project allowed us to manage and build structured code scripts on the Jupyter Notebook, a simple web application which is user-friendly, flexible to use in the research community. The script is developed to address the specific needs of research between different platforms of dataset. These stakeholders have developed their own platforms for the annotation and standardisation of both data and metadata produced within their respective field. -The INFRAFRONTIER - European Mutant Mouse Archive ...
CroMaSt: A workflow for assessing protein domain classification by cross-mapping of structural instances between domain databases and structural alignment
CroMaSt (Cross Mapper of domain Structural instances) is an automated iterative workflow to clarify the assignment of protein domains to a given domain type of interest, based on their 3D structure and by cross-mapping of domain structural instances between domain databases. CroMaSt (for Cross-Mapper of domain Structural instances) ...
Type: Common Workflow Language
Creators: Hrishikesh Dhondge, Isaure Chauvot de BeauchĂȘne, Marie-Dominique Devignes
Submitter: Hrishikesh Dhondge
This workflow has been created as part of Demonstrator 6 of the project EOSC-Life (within WP3) and is focused on reusing publicly available RNAi screens to gain insights into the nucleolus biology. The workflow downloads images from the Image Data Resource (IDR), performs object segmentation (of nuclei and nucleoli) and feature extraction of the images and objects identified.
Gene similariy anaylsis across physiological systems in IMPC phenotype data
A Jupyter Notebook tool for analysing user specified genes across the different physiological systems in IMPC data.
Input
The tool takes as input a list of gene ids (MGI ids or Gene Symbol ids). The elemnts in the list could be separated by a comma, semicolumn, tab or newline.
Operation
The program will create an heatmap representing the number of phenotypes and the mp term list for each gene contained in ...
Introduction
This repository contains all the custom scripts used in the evaluation and comparison of Katdetectr as described in the corresponding Technical Note (under submission).
Usage
All required files were deposited on Zenodo.
These can directly be downloaded using zen4R
and be used as input.
# Increase the timeout (due to some large files).
options(timeout=5000)
...