Workflows
What is a Workflow?Filters
COMPSs Matrix Multiplication, out-of-core using files. Hypermatrix size used 2x2 blocks (MSIZE=2), block size used 2x2 elements (BSIZE=2)
Workflow for gene set enrichment analsysis (GSEA) and co-expression analysis (WGCNA) on transcriptomics data to analyze pathways affected in Porto-Sinusoidal Vascular Disease.
Type: Common Workflow Language
Creators: Aishwarya Iyer, Friederike Ehrhart
Submitter: Aishwarya Iyer
Predict variants and drug resistance from M. tuberculosis sequence samples (Illumina)
Variant Interpretation Pipeline (VIP) that annotates, filters and reports prioritized causal variants in humans, see https://github.com/molgenis/vip for more information.
A pipeline for ortholog fetching and analysis
Nextflow rnafusion analysis pipeline, part of the nf-core community.
Pipeline for the analysis of crispr data
Type: Nextflow
Creators: mirpedrol , mirpedrol , Júlia Mir Pedrol, mirpedrol , mirpedrol , Laurence Kuhlburger
Submitter: WorkflowHub Bot
Monte Carlo Pi Estimation Program Description
This program is a Monte Carlo simulation designed to estimate the value of Pi using PyCOMPSs.
Tasks in the Program
- Count Points in Circle Task (
count_points_in_circle
):
- Generates random points within a square with side length 1.
- Counts points falling within the inscribed circle (x^2 + y^2 <= 1).
- Input: Number of points to generate (num_points)
- Output: Tuple containing count of points within the circle and list of generated ...