We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a8aea commit 6fa7987Copy full SHA for 6fa7987
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ on:
12
type: string
13
14
env:
15
- TRANSFORMS: "gene gene_to_phenotype"
+ TRANSFORMS: "protein_links"
16
17
jobs:
18
release:
@@ -62,11 +62,10 @@ jobs:
62
tag_name: ${{ steps.tag.outputs.tag }}
63
name: Release ${{ steps.tag.outputs.tag }}
64
body: |
65
- Automated release of PomBase ingest data.
+ Automated release of STRING DB ingest data.
66
67
## Transforms included
68
- - gene (S. pombe gene nodes)
69
- - gene_to_phenotype (gene to phenotype associations)
+ - protein_links (protein-protein interaction edges from 14 species)
70
draft: false
71
prerelease: false
72
files: |
0 commit comments