Shesmu

1 program Added 2026-02-26T00:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit 0b50c314ef · authored 2026-02-26T13:54:05+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Shed Skin (0.16)Shill (0.15)Shine (0.15)SHAZAM (0.14)Shen (0.14)

LLM-contributed programs

Missing Reads Ticket

Provenance: commit 0b50c314ef · authored 2026-02-26T13:54:05+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.shesmu · added: 2026-02-26T00:00:00Z
Version 1;
Input cerberus_fp;
Import fake::demo::*;

Olive
  Description "File a ticket with genomics for sequencing without reads."
  Tag housekeeping
  Tag genomics
  Where workflow == "bcl2fastq" && (`olive::common::extract_read_count(file_attributes)? == 0` Default False)
  Group By run = ius[0]
    Into
      iuses = List "|{ius[1]}|{ius[2]}|{project}|{library_name}|",
      projects = List project
  Run jira::genomics::open_ticket
    Tag "run:{run}"
    Tags For p In projects: List "project:{p}"
    With
      summary = "No reads for libraries in {run}",
      description = "In run [{run}|https://miso.oicr.on.ca/miso/run/alias/{std::url::encode(run)}], the following libraries had no reads sequenced:\n\n||Lane||Barcode||Project||Library Name||\n{For ius In iuses: LexicalConcat ius With "\n"}\n\nPlease fix the entries in MISO.",
      labels = projects;

Contribute — propose a file extension

Tell us where to find evidence about Shesmu (mapped to pl/shesmu). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Shesmu/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Shen ShEx →