Skip to content

Commit 6fa7987

Browse files
kevinschaperclaude
andcommitted
fix: update release workflow for string protein_links transform
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 13a8aea commit 6fa7987

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313

1414
env:
15-
TRANSFORMS: "gene gene_to_phenotype"
15+
TRANSFORMS: "protein_links"
1616

1717
jobs:
1818
release:
@@ -62,11 +62,10 @@ jobs:
6262
tag_name: ${{ steps.tag.outputs.tag }}
6363
name: Release ${{ steps.tag.outputs.tag }}
6464
body: |
65-
Automated release of PomBase ingest data.
65+
Automated release of STRING DB ingest data.
6666
6767
## Transforms included
68-
- gene (S. pombe gene nodes)
69-
- gene_to_phenotype (gene to phenotype associations)
68+
- protein_links (protein-protein interaction edges from 14 species)
7069
draft: false
7170
prerelease: false
7271
files: |

0 commit comments

Comments
 (0)