Skip to content

Commit

Permalink
fix: update workflow ids (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
  • Loading branch information
hunterckx and mvdbeek authored Oct 28, 2024
1 parent 814b352 commit 0948759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/apis/catalog/brc-analytics-catalog/common/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ export interface EntitiesResponsePagination {
}

export enum WORKFLOW_ID {
REGULATION = "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/ChIPseq_PE/main",
TRANSCRIPTOMICS = "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/rnaseq-pe/main",
REGULATION = "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/chipseq-pe/main/versions/v0.12",
TRANSCRIPTOMICS = "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/rnaseq-pe/main/versions/v0.9",
}

0 comments on commit 0948759

Please sign in to comment.