Dashboard

Galaxy Workflow Foundry.

A sectioned operating view over the knowledge base and casting pipeline for Galaxy workflows.

Notes
178
Sections
8

Pipelines (5)

NameSummaryStatusRevisedRev
NEXTFLOW → GALAXY Direct path from a Nextflow pipeline to a Galaxy gxformat2 workflow. draft 2026-05-10 3
CWL → GALAXY Path from a CWL Workflow to a Galaxy gxformat2 workflow. Lighter upstream extraction. draft 2026-04-30 2
NEXTFLOW → CWL Direct path from a Nextflow pipeline to a CWL Workflow + CommandLineTool set. draft 2026-04-30 2
PAPER → CWL Direct path from a paper to a CWL Workflow + CommandLineTool set. draft 2026-04-30 2
PAPER → GALAXY Direct path from a paper to a Galaxy gxformat2 workflow. No CWL intermediate. draft 2026-04-30 2

Molds (37)

NameSummaryStatusRevisedRev
convert-nfcore-module-to-galaxy-tool Convert one nf-core module dir into a Galaxy tool wrapper (tool.xml + macros.xml + _provenance.yml + remote-URL <test> blocks). draft 2026-05-11 2
implement-galaxy-workflow-test Assemble Galaxy workflow test fixtures and assertions. draft 2026-05-11 6
cwl-summary-to-galaxy-interface Map a CWL summary into a Galaxy workflow interface design brief. draft 2026-05-10 2
cwl-summary-to-galaxy-data-flow Translate a CWL summary into a Galaxy data-flow design brief. draft 2026-05-10 2
cwl-summary-to-galaxy-template gxformat2 skeleton with per-step TODOs from a CWL summary and prior Galaxy design briefs. draft 2026-05-10 3
nextflow-summary-to-galaxy-data-flow Translate a Nextflow summary into a Galaxy data-flow design brief. draft 2026-05-10 4
nextflow-summary-to-galaxy-interface Map a Nextflow summary into a Galaxy workflow interface design brief. draft 2026-05-10 4
nextflow-summary-to-galaxy-reference-data Decide the Galaxy-side shape of external reference data declared by a Nextflow pipeline. draft 2026-05-10 3
nextflow-summary-to-galaxy-template gxformat2 skeleton with per-step TODOs from a Nextflow summary and prior Galaxy design briefs. draft 2026-05-10 6
paper-summary-to-galaxy-template gxformat2 skeleton with per-step TODOs from a paper summary and the paper-to-Galaxy design brief. draft 2026-05-10 3
summarize-cwl Validate and normalize a CWL Workflow tree, then emit a lightweight structured summary for downstream Galaxy translation. draft 2026-05-10 2
author-galaxy-tool-wrapper Author a new Galaxy user-defined tool YAML definition when discovery yields nothing acceptable. draft 2026-05-08 3
summarize-nextflow Read a Nextflow pipeline source tree (nf-core or ad-hoc DSL2) and emit a structured JSON summary for downstream translation Molds. draft 2026-05-08 13
discover-shed-tool Search the Tool Shed for an existing wrapper, drill from hit to a pinnable changeset, classify candidates, and recommend or fall through. draft 2026-05-07 4
compare-against-iwc-exemplar Find nearest IWC exemplar(s) and surface a structural diff against the upstream Galaxy design briefs to guide template authoring. draft 2026-05-06 6
implement-galaxy-tool-step Convert an abstract step into a concrete gxformat2 step using a tool summary. draft 2026-05-05 5
nextflow-summary-to-cwl-data-flow Translate a Nextflow summary into a CWL data-flow design brief. draft 2026-05-05 1
nextflow-summary-to-cwl-interface Map a Nextflow summary into a CWL Workflow interface design brief. draft 2026-05-05 1
nextflow-test-to-galaxy-test-plan Translate Nextflow test evidence into a Galaxy workflow test plan. draft 2026-05-05 4
paper-summary-to-galaxy-design Translate a paper summary into a Galaxy workflow design brief. draft 2026-05-05 1
paper-summary-to-cwl-design Translate a paper summary into a CWL workflow design brief. draft 2026-05-05 1
summarize-galaxy-tool Pull JSON schema, container, source, inputs/outputs for a Galaxy tool. draft 2026-05-05 5
summary-to-cwl-template CWL Workflow skeleton with per-step TODOs from source and design handoffs. draft 2026-05-05 2
run-workflow-test Execute a workflow's tests via Planemo; emit structured pass/fail and outputs. draft 2026-05-04 3
cwl-test-to-galaxy-test-plan Translate CWL test fixtures into a Galaxy workflow test plan. draft 2026-05-03 2
nextflow-test-to-cwl-test-plan Translate Nextflow test evidence into a CWL workflow test plan. draft 2026-05-03 1
validate-galaxy-workflow Run terminal gxwf validation on an assembled Galaxy workflow and classify workflow-level failures. draft 2026-05-03 3
debug-galaxy-workflow-output Triage failing Galaxy run outputs; classify failure modes; propose fixes. draft 2026-05-02 3
validate-galaxy-step Run gxwf validation on the just-implemented Galaxy step and route failures back to step implementation. draft 2026-05-02 2
debug-cwl-workflow-output Triage failing CWL run outputs; classify failure modes; propose fixes. draft 2026-04-30 1
find-test-data Search IWC fixtures and public sources for test data matching a data-flow shape. draft 2026-04-30 1
implement-cwl-tool-step Convert an abstract step into a concrete CWL CommandLineTool + step. draft 2026-04-30 1
implement-cwl-workflow-test Assemble CWL job file(s) and expected-output assertions. draft 2026-04-30 1
paper-to-test-data Derive workflow test inputs and expected outputs from a paper. draft 2026-04-30 1
summarize-cwl-tool Derive a CommandLineTool description (container, baseCommand, IO) for a CWL target. draft 2026-04-30 1
summarize-paper Extract methods, tools, sample data, and references from a paper. draft 2026-04-30 1
validate-cwl Run cwltool --validate / schema lint, classify failures, recommend fixes. draft 2026-04-30 1

Patterns (44)

NameSummaryStatusRevisedRev
nf-core stub: block → Galaxy (intentional drop) nf-core's stub: block has no Galaxy analog; the convert Mold drops it intentionally and records the drop in _provenance.yml. draft 2026-05-10 2
nf-core meta-map → Galaxy params Promote nf-core meta-map keys to Galaxy <param>s only when they drive script behavior; drop identity-only keys; pull naming from $input.element_identifier. draft 2026-05-10 2
nf-core task.ext.args → Galaxy additional-options bag Map nf-core's task.ext.args escape hatch to a single Galaxy text param surfacing extra command-line arguments. draft 2026-05-10 2
nf-core channel input → Galaxy data / collection Map an nf-core process's tuple(meta, path) input channel to a Galaxy <param type="data"> or paired/list collection input. draft 2026-05-10 2
nf-core versions emit → Galaxy <version_command> Translate nf-core's versions emit (heredoc or topic: versions) into Galaxy's <version_command>, dropping the versions output channel. draft 2026-05-10 2
Cleanup, sync, and publish non-empty results Clean sparse mapped outputs, keep sibling collections aligned, then gate report publishing on non-empty results. draft 2026-05-04 1
Fan-in bundle, consume, and flatten Bundle parallel outputs into a collection consumer, then flatten nested results for pooled downstream processing. draft 2026-05-04 1
Manifest to mapped collection lifecycle Use a manifest or table to build a collection, map a tool per row, then relabel or reshape outputs. draft 2026-05-04 1
Reshape, relabel, and remap by collection axis Use Apply Rules and deterministic relabeling when domain fan-out creates the wrong map-over axis. draft 2026-05-04 1
Collection: build list paired with Apply Rules Use Apply Rules to promote identifier columns into a list:paired collection, with optional cleanup first. draft 2026-05-03 2
Collection: build named bundle Use BUILD_LIST to assemble named outputs into a collection bundle for publishing or downstream fan-in. draft 2026-05-03 2
Collection: flatten after fan-out Use FLATTEN to collapse nested collection outputs to a flat list once the outer axis no longer matters. draft 2026-05-03 2
Collection: cleanup after map-over failure Use FILTER_EMPTY or FILTER_FAILED after map-over when bad elements would break downstream collection steps. draft 2026-05-03 2
Collection: split identifier via rules Use Apply Rules regex columns to split one collection identifier into nested list identifiers. draft 2026-05-03 2
Collection: swap nesting with Apply Rules Use Apply Rules to regroup a list:list collection by swapping outer and inner identifier columns. draft 2026-05-03 2
Collection: unbox singleton Use __EXTRACT_DATASET__ with which: first when a one-element collection must become a dataset. draft 2026-05-03 2
Parameter: compose runtime text parameter Use compose_text_param to build connected text expressions from constants plus runtime scalar values. draft 2026-05-03 3
Conditional: gate on non-empty result Derive a boolean from empty or non-empty data, then use when to skip reporting or export steps. draft 2026-05-03 3
Conditional: route between alternative outputs Use when-gated alternatives plus pick_value to merge binary or one-of-N routes into one downstream value. draft 2026-05-03 3
Conditional: transform or pass through Gate an optional transform, then use pick_value to pass transformed data when present or original data otherwise. draft 2026-05-03 2
Parameter: derive from file Read a one-value dataset with param_value_from_file, including count recipes that feed typed parameters. draft 2026-05-03 3
Conditional: run optional step Use a workflow boolean connected as inputs.when to skip an optional Galaxy step or branch. draft 2026-05-03 4
Collection: harmonize by sortlist from identifiers Use SORTLIST with sort_type:file to reorder one collection by another collection's identifiers. draft 2026-05-03 2
Parameter: map workflow enum to tool parameter Use map_param_value to translate workflow enum values into downstream tool codes, flags, or snippets. draft 2026-05-03 3
Collection: regex relabel via tabular Derive collection element identifiers in a tabular mapping, then apply them with RELABEL_FROM_FILE. draft 2026-05-03 2
Collection: relabel via rules and find/replace Use Apply Rules, identifier extraction, find/replace, and relabeling for structural fan-out cleanup. draft 2026-05-03 2
Collection: sync collections by identifier Use collection_element_identifiers with FILTER_FROM_FILE or RELABEL_FROM_FILE to align sibling collections. draft 2026-05-03 2
Tabular: compute a new column Use column_maker (Add_a_column1) with strict error_handling to insert/replace a computed column. Per-expression-kind auto_col_types rule. draft 2026-05-03 3
Tabular: concatenate collection to table Use collapse_dataset to row-bind a collection of tabulars into one table, with optional element IDs and header dedupe. draft 2026-05-03 2
Tabular: cut and reorder columns Use Cut1 with a comma-separated cN list to project — and reorder — columns. Listing out of order is the canonical reorder idiom. draft 2026-05-03 2
Tabular: filter rows by regex Use tp_grep_tool for whole-line regex row filters on tabular input. Grep1 is the legacy alternative. draft 2026-05-03 2
Tabular: filter rows by column value Use Filter1 with a Python expression over cN columns to drop rows. Highest-frequency tabular row filter in IWC. draft 2026-05-03 2
Tabular: group and aggregate Use datamash_ops for grouped tabular aggregation: multi-column grouping, collapse, countunique, min/max, and reductions. draft 2026-05-03 2
Tabular: join on key Use tp_easyjoin_tool for two-tabular key joins; use tp_multijoin_tool for many files and query_tabular for SQL joins. draft 2026-05-03 2
Tabular: pivot collection to wide Use collection_column_join to outer-join a collection of 2-column id/value tables into one wide table. draft 2026-05-03 2
Tabular: prepend header Use tp_awk_tool to prepend a constant header line, optionally skipping or reformatting an existing first row. draft 2026-05-03 2
Tabular: relabel by row counter Use tp_awk_tool to replace each row or label with deterministic sample_N values from awk NR. draft 2026-05-03 2
Tabular: SQL query Use query_tabular when SQL semantics justify it: windows, joins, anti-joins, or fused project+compute over tabulars. draft 2026-05-03 2
Tabular: synthesize BED from 3-column input Use tp_awk_tool to convert chrom/start/end rows into 6-column BED, subtracting 1 from start and setting constants. draft 2026-05-03 2
Tabular: to collection by row Use split_file_to_collection split_by:col to fan a tabular into collection elements by row/key. draft 2026-05-03 2
Tabular: split taxonomy string Use tp_awk_tool to split semicolon-delimited taxonomy strings into explicit rank columns with missing-rank handling. draft 2026-05-03 2
Galaxy: collection patterns Use this MOC to choose corpus-grounded Galaxy collection transformation patterns. draft 2026-05-02 1
Galaxy: conditionals patterns Use this MOC to choose corpus-grounded Galaxy when and pick_value conditional patterns. draft 2026-05-02 1
Galaxy: tabular patterns Use this MOC to choose corpus-grounded Galaxy tabular transformation patterns. draft 2026-05-02 1

Source Patterns (7)

NameSummaryStatusRevisedRev
Nextflow: branch, filter, and ifEmpty to Galaxy filters and gates Route Nextflow branch, filter, and ifEmpty channel idioms to Galaxy collection cleanup, identifier filters, when gates, or review. draft 2026-05-04 1
Nextflow: grouped channel to regrouped Galaxy collection Route Nextflow groupTuple, transpose, and grouped tuple payloads to Galaxy collection reshape patterns when the key is a real axis. draft 2026-05-04 1
Nextflow: keyed join/combine(by:) to identifier-synchronized map-over Route Nextflow keyed joins and combine(by:) pairings to Galaxy collection identifier sync, ordering, relabeling, or table joins. draft 2026-05-04 1
Nextflow: mapped output cleanup and publishing Route Nextflow mapped-output cleanup and publishDir-style intent to Galaxy filtering, relabeling, gating, bundling, and reports. draft 2026-05-04 1
Nextflow: mix and collect to report aggregation Route Nextflow mix, collect, toList, and collectFile report fan-in idioms to Galaxy aggregation and bundle patterns. draft 2026-05-04 1
Nextflow: samplesheet rows to Galaxy collections Route Nextflow samplesheet row streams and repeated tuple inputs to Galaxy list, paired, or list:paired collections. draft 2026-05-04 1
Nextflow: source pattern map Use this source-pattern map to route recurring Nextflow channel and operator idioms to Galaxy implementation patterns. draft 2026-05-03 1

CLI Commands (18)

NameSummaryStatusRevisedRev
Summarize Nextflow Statically introspect a Nextflow / nf-core pipeline tree and emit a validated JSON summary. draft 2026-05-11 1
Validate Galaxy Tool Discovery AJV gate for discover-shed-tool recommendation documents. draft 2026-05-11 1
Validate Galaxy Tool Summary AJV gate for galaxy-tool-cache summarize manifests, including the nested parsed_tool subtree. draft 2026-05-11 1
Validate Summary Cwl AJV gate for summarize-cwl JSON documents. draft 2026-05-11 1
Validate Summary Nextflow AJV gate for summarize-nextflow JSON documents. draft 2026-05-11 1
Validate Tests Format AJV gate for Galaxy workflow tests YAML, with optional workflow cross-check. draft 2026-05-11 1
Planemo Climetadata Export structured metadata for Planemo CLI commands. draft 2026-05-11 1
Planemo Lint Check for common errors and best practices. draft 2026-05-11 1
Planemo Outputschema Export JSON Schemas for Planemo machine-readable outputs. draft 2026-05-11 1
Planemo Test Run specified tool or workflow tests within Galaxy. draft 2026-05-11 1
Planemo Workflowtestinit Initialize a Galaxy workflow test description for supplied workflow. draft 2026-05-11 1
Planemo Workflowtestoninvocation Run defined tests against existing workflow invocation. draft 2026-05-11 1
Convert Convert a Galaxy workflow between native (.ga) and format2 (.gxwf.yml) representations. draft 2026-05-06 2
Tool Revisions Resolve a Tool Shed tool to changeset revisions for reproducible workflow pinning. Final step in discover-and-pin. draft 2026-05-06 2
Tool Search Free-text Tool Shed search returning candidate tools as JSON; first step in the discover-and-pin sequence. draft 2026-05-06 2
Tool Versions List TRS-published versions of a Tool Shed tool, oldest→newest. Second step in the discover-and-pin sequence. draft 2026-05-06 2
Validate Tests Validate Galaxy workflow test files and optionally cross-check labels against their workflow. draft 2026-05-06 3
Validate Validate Galaxy workflow structure, tool state, and optional connection compatibility before runtime execution. draft 2026-05-06 3

Schemas (10)

NameSummaryStatusRevisedRev
Planemo test report (JSON) JSON Schema for the report emitted by `planemo test --test_output_json` (and friends), vendored from upstream planemo. draft 2026-05-11 1
CWL workflow summary JSON Schema for the structured summary emitted by the summarize-cwl Mold. draft 2026-05-10 1
Nextflow pipeline summary JSON Schema for the structured summary emitted by the summarize-nextflow Mold. draft 2026-05-06 8
Nextflow parameter schema (nf-schema meta-schema) JSON Schema (Draft 2020-12) meta-schema validating per-pipeline nextflow_schema.json files. Upstream from nextflow-io/nf-schema. draft 2026-05-05 1
Galaxy tool summary manifest JSON Schema for the deterministic per-tool manifest emitted by `galaxy-tool-cache summarize`. draft 2026-05-05 1
nf-core module meta.yml schema JSON Schema (Draft-07) validating nf-core module meta.yml — channel IO, tools, containers, conda lockfiles. Upstream from nf-core/modules. draft 2026-05-05 1
nf-core subworkflow meta.yml schema JSON Schema (Draft-07) validating nf-core subworkflow meta.yml — channel IO, components dependencies, authors. Upstream from nf-core/modules. draft 2026-05-05 1
Galaxy ParsedTool JSON Schema for the upstream Galaxy `ParsedTool` model, vendored from `@galaxy-tool-util/schema`. draft 2026-05-05 1
Galaxy workflow test format JSON Schema for the planemo workflow test format (`<workflow>-tests.yml`), vendored from `@galaxy-tool-util/schema`. draft 2026-05-05 4
Galaxy tool discovery recommendation JSON Schema for Tool Shed discovery hit, weak, and miss recommendations. draft 2026-05-04 1

Component Research (47)

NameSummaryStatusRevisedRev
CWL pickValue → Galaxy pick_value (post galaxy#22222) CWL `pickValue` (first_non_null / the_only_non_null / all_non_null) → Galaxy's native `pick_value` workflow step added by galaxyproject/galaxy#22222. draft 2026-05-11 1
Galaxy paired_or_unpaired collection type Galaxy's `paired_or_unpaired` collection type: discriminated-union shape for paired-or-single reads, no workflow-level mode switch needed. Galaxy PR #19377. draft 2026-05-11 1
Planemo Asserts Idioms Decision and idiom guide for picking planemo workflow-test assertions: which family per output type, how to size tolerances, when to validate. draft 2026-05-11 6
Planemo workflow-test architecture Reference for Planemo workflow test/run architecture, Galaxy modes, API polling, and noisy failure boundaries. draft 2026-05-11 3
CWL workflow anatomy CWL structure relevant to summarize-cwl: normalized documents, steps, scatter, conditionals, requirements, and dependency handling. draft 2026-05-10 1
CWL v1.2 schema documents Vendored official CWL v1.2.1 JSON/SALAD schema documents used as source-structure reference for CWL summarization. draft 2026-05-10 1
Galaxy <discover_datasets> Reference for the <discover_datasets> Galaxy XML element — attributes, named/regex patterns, <data> vs <collection> contexts, test assertions. draft 2026-05-10 1
Nextflow reference-data classification Source-side taxonomy of how Nextflow pipelines use reference data — eight classifications detectable from a summary-nextflow artifact. draft 2026-05-10 3
Nextflow to Galaxy reference-data mapping Galaxy-side translation of Nextflow reference-data classifications: idioms available, the v1 posture, datatype defaults, and the in-tool rebuild trade-off. draft 2026-05-10 5
Nextflow conditional to Galaxy subworkflow / when Stub. Translate Nextflow conditionals into Galaxy `when:` (single-workflow v1). Subworkflow vs inline is an aesthetic call, not a rule. draft 2026-05-08 1
Nextflow params to Galaxy workflow inputs Rules for translating Nextflow params, sample sheets, channels, and control flags into gxformat2 inputs. draft 2026-05-08 4
Nextflow workflow I/O semantics Defines Nextflow workflow inputs and outputs from docs plus observed fixture pipeline structures. draft 2026-05-08 4
Component Archon Archon as a possible Foundry harness substrate; strong fit for heavy harnesses, with per-step sub-DAG looping as the main gap. draft 2026-05-06 2
Galaxy datatypes registry sample Vendored Galaxy datatypes registry sample: extension → datatype class mapping, sniff order, converters, and display applications. draft 2026-05-06 2
Galaxy sample_sheet collection types Galaxy's sample_sheet collection family: typed column metadata, four variants, mapping rules, validator allowlist. draft 2026-05-06 2
Galaxy Workflow Testability Design Design guidance for Galaxy workflow inputs, outputs, and checkpoints that make IWC-style workflow tests possible. draft 2026-05-06 2
gxformat2 structural JSON Schema Vendored structural JSON Schema for gxformat2 workflows: vocabulary for inputs, outputs, steps, and step subtypes. draft 2026-05-06 2
gxformat2 workflow inputs Conceptual model, current aliases, and schema gaps for gxformat2 workflow inputs. draft 2026-05-06 2
Nextflow path/glob to Galaxy datatype mapping Rules for mapping Nextflow path, glob, sample-sheet, and output filename evidence to Galaxy datatype extensions. draft 2026-05-06 1
Nextflow-to-Galaxy channel shape mapping Maps common Nextflow channel, tuple, and path shapes to Galaxy dataset and collection shapes. draft 2026-05-06 2
nf-schema sample sheet validation gaps in Galaxy nf-schema validation mapped to Galaxy column_definitions: what survives, degrades, or is lost; Galaxy work items + cast loss-recording vocabulary. draft 2026-05-06 1
Component Nextflow Channel Operators Structured digest of Nextflow channel operators (47 entries) with cardinality and shape semantics; backs summarize-nextflow §6 edge reconciliation. draft 2026-05-05 1
Component Nf Core Module Conventions RFC 2119 conventions enforced by nf-core/tools module lint, with lint-check pointers. Backs summarize-nextflow + author-galaxy-tool-wrapper. draft 2026-05-05 1
Component Nextflow Testing nf-test patterns mapped to Galaxy planemo asserts and CWL test equivalents — backs nextflow-test-to-target-tests Mold and summarize-nextflow §7. draft 2026-05-05 2
Component Nextflow Containers And Envs Container URL grammar (depot, BioContainers, mulled-v2, Wave, ORAS) and conda directive resolution rules backing summarize-nextflow §5. draft 2026-05-05 3
Galaxy collection semantics Vendored formal spec of Galaxy dataset-collection mapping/reduction semantics, with labeled examples and pinned test references. draft 2026-05-05 3
Galaxy native workflow (.ga) structural JSON Schema Vendored structural JSON Schema for Galaxy native workflow (.ga) format: vocabulary for the JSON shape Galaxy emits and consumes. draft 2026-05-05 1
Galaxy tool XML schema Vendored Galaxy tool XML schema for wrapper structure, parameters, outputs, tests, and assertion syntax. draft 2026-05-05 1
Nextflow nf-test snapshots to Galaxy/Planemo assertions Translates nf-test snapshot assertions into Galaxy workflow test-format assertions, broken out by module-level vs pipeline-level test shape. draft 2026-05-05 2
Iwc Runtime Parameter Shims Survey Focused survey of tiny IWC runtime parameter shims for flags, enums, counts, booleans, and composed text. draft 2026-05-04 1
Component Tool Shed Search Tool Shed's Whoosh repo/tool search and partial GA4GH TRS v2, indexed from hg-walked metadata with no auto-refresh on upload draft 2026-05-03 2
Iwc Map Over Lifecycle Survey Survey of IWC map-over lifecycle recipes, with a Nextflow-to-Galaxy crosswalk for collection construction, cleanup, reshape, reduce, and publish phases. draft 2026-05-03 1
Iwc Shortcuts Anti Patterns What IWC test suites cut corners on (accepted) vs what's a code smell — existence-only probes, sim_size deltas, image dim checks, label coupling. draft 2026-05-03 2
Iwc Test Data Conventions How IWC workflows organize and reference test data — Zenodo-first, SHA-1 integrity, collection shapes, CVMFS gotchas. draft 2026-05-03 3
Iwc Workflow Testability Survey IWC evidence survey for Galaxy workflow structures that make workflow tests meaningful. draft 2026-05-03 2
Galaxy Apply Rules DSL Reference for Galaxy's Apply Rules DSL: rule operations, mapping operations, composition patterns, pitfalls. draft 2026-05-02 2
Galaxy collection-operation tools Catalog of Galaxy's collection-operation tools — purpose, IO, parameters, selection guide. Companion to galaxy-collection-semantics. draft 2026-05-02 2
Galaxy tool and job failure reference Reference for Galaxy tool stdio rules, job failure detection, job states, and job API failure surfaces. draft 2026-05-02 1
Galaxy workflow invocation failure reference Reference for Galaxy workflow invocation states, messages, failure reasons, and invocation API surfaces. draft 2026-05-02 1
Iwc Conditionals Survey Corpus survey of Galaxy conditional step usage in IWC, covering when-gates, boolean shims, and routed output selection. draft 2026-05-02 2
Iwc Parameter Derivation Survey Corpus survey of Galaxy workflow recipes that turn upstream data, metadata, or small files into runtime parameters. draft 2026-05-02 1
Iwc Tabular Operations Survey Corpus survey of tabular tools and operations across IWC workflows; map for the operation pattern hierarchy on row/column data manipulation. draft 2026-05-02 2
Iwc Transformations Survey Corpus survey of collection-shape transformations across IWC: built-in collection ops, toolshed transformers, and the multi-step recipes that bracket map-over. draft 2026-05-02 2
Nextflow operators to Galaxy collection recipes Classifies common Nextflow operators as Galaxy wiring, collection semantics, explicit steps, or review triggers. draft 2026-05-02 1
Component Nextflow Pipeline Anatomy Stub. DSL2 layout, channel idioms, operator-chain reading rules. Grows from cast contact with rnaseq/sarek/ad-hoc — see issue #17. draft 2026-05-01 1
Component Nextflow Inspect White paper on Nextflow's native introspection subcommands — `nextflow inspect`, `nextflow config`, and adjacent tooling. Survey, not decision. draft 2026-05-01 1
Component Nf Core Tools White paper on nf-core/tools — conventions, CLI surface, schema universe, container resolution. Survey, not decision. draft 2026-05-01 1

Project Infrastructure Research (1)

NameSummarySurface
Pattern Authorship Policy Developer-facing authorship rules for operation-named, corpus-grounded pattern pages. design