Home Pattern

Galaxy: tabular patterns

Use this MOC to choose corpus-grounded Galaxy tabular transformation patterns.

Revised
2026-05-02
Rev
1

Galaxy: tabular patterns

This is the runtime-facing map for Galaxy tabular transformation choices. Use it before loading raw survey notes. The survey remains evidence backing; the operation pages are the actionable references.

Row And Column Operations

Joins And Aggregation

Text-Processing Recipes

Bridges

See also

Incoming References (8)

  • Sequence: relabel FASTA headers via tabularrelated pattern— Edit FASTA headers you cannot easily regex in place: fasta2tab, rewrite column 1 with find/replace, then tab2fasta back. The high-value sequence recipe.
  • Sequence: compute record lengthsrelated pattern— Emit a (id, length) table from a FASTA so downstream tabular steps can filter, sort, or threshold records by length; fasta_compute_length.
  • Sequence: interconvert FASTA and tabularrelated pattern— Move sequence records between FASTA and a (header, sequence) table so tabular tools can edit them; fasta2tab one way, tab2fasta back.
  • Iwc Interval Operations Surveyrelated note— IWC corpus survey of coordinate-aware genomic interval operations; sizing and candidate boundaries for a galaxy-interval-patterns MOC, with hold-if-thin gate.
  • Iwc Map Over Lifecycle Surveyrelated pattern— Survey of IWC map-over lifecycle recipes, with a Nextflow-to-Galaxy crosswalk for collection construction, cleanup, reshape, reduce, and publish phases.
  • Iwc Sequence Operations Surveyrelated note— IWC survey of record-level FASTA manipulation (interconversion, reformat, merge/dedup, subset, extract-at-intervals); sizes a galaxy-sequence-patterns MOC.
  • Iwc Tabular Operations Surveyrelated note— Corpus survey of tabular tools and operations across IWC workflows; map for the operation pattern hierarchy on row/column data manipulation.
  • Nextflow: source pattern mapimplemented_by_patterns— Use this source-pattern map to route recurring Nextflow channel and operator idioms to Galaxy implementation patterns.