Skip to content

Commit 3e2e88b

Browse files
authored
fix: scrna workflow version correction to latest available (#742)
## Description This is a quick fix to address https://matrix.to/#/!OQaNdbJEHlKVuOxDkW:matrix.org/$HDTJzbtCbv_XnCoYIVmWZT77AB9wqVX_T3_iAZWyrzU?via=matrix.org&via=gitter.im 0.6.3 exists on IWC but not Dockstore (yet) -- other fix is to push that through but I'm not familiar with the linkage there
2 parents f715d4c + 3b4168c commit 3e2e88b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

catalog/output/workflows.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
],
138138
"ploidy": "ANY",
139139
"taxonomyId": null,
140-
"trsId": "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-cellplex/versions/v0.6.3",
140+
"trsId": "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-cellplex/versions/v0.6.2",
141141
"workflowDescription": "Comprehensive preprocessing for 10X Genomics CellPlex multiplexed single-cell RNA-seq data. Processes Cell Multiplexing Oligo (CMO) FASTQ files with CITE-seq-Count including required CellPlex-specific translation steps. Simultaneously processes gene expression FASTQ files with STARsolo and DropletUtils for alignment and cell filtering, and formats outputs for seamless import into Seurat/Scanpy (Read10X function).",
142142
"workflowName": "Single-Cell RNA-seq Preprocessing: 10X Genomics CellPlex Multiplexed Samples"
143143
},
@@ -159,7 +159,7 @@
159159
],
160160
"ploidy": "ANY",
161161
"taxonomyId": null,
162-
"trsId": "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-v3/versions/v0.6.3",
162+
"trsId": "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-v3/versions/v0.6.2",
163163
"workflowDescription": "Complete preprocessing pipeline for 10X Genomics v3 single-cell RNA-seq data. Aligns raw FASTQ files using STARsolo, performs cell calling and quality filtering with DropletUtils, and formats outputs for seamless import into Seurat/Scanpy (Read10X function).",
164164
"workflowName": "Single-Cell RNA-seq Preprocessing: 10X Genomics v3 to Seurat and Scanpy Compatible Format"
165165
},

catalog/source/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ workflows:
466466
class: boolean
467467
active: true
468468
iwc_id: cutandrun-main
469-
- trs_id: "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-cellplex/versions/v0.6.3"
469+
- trs_id: "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-cellplex/versions/v0.6.2"
470470
categories:
471471
- TRANSCRIPTOMICS
472472
workflow_name:
@@ -509,7 +509,7 @@ workflows:
509509
class: integer
510510
active: true
511511
iwc_id: fastq-to-matrix-10x-scrna-seq-fastq-to-matrix-10x-cellplex
512-
- trs_id: "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-v3/versions/v0.6.3"
512+
- trs_id: "#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-v3/versions/v0.6.2"
513513
categories:
514514
- TRANSCRIPTOMICS
515515
workflow_name:

0 commit comments

Comments
 (0)