Skip to content

Commit c169f72

Browse files
committed
update test resources, add changelog entry
1 parent ef6cc2e commit c169f72

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# openpipeline_qc x.x.x
2+
3+
## MINOR CHANGES
4+
5+
* Added support for Visium data ingestion and QC reporting (PR #16).
6+
17
# openpipeline_qc 0.2.0
28

39
## MINOR CHANGES

resources_test_scripts/spatial_qc_sample_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param_list:
1212
- id: Lung5_Rep2_tiny
1313
input: s3://openpipelines-bio/openpipeline_spatial/resources_test/cosmx/Lung5_Rep2_tiny.h5mu
1414
- id: visium_tiny
15-
input: s3://openpipelines-bio/openpipeline_spatial/resources_test/visium/visium_tiny.h5mu
15+
input: s3://openpipelines-bio/openpipeline_spatial/resources_test/visium/Visium_FFPE_Human_Ovarian_Cancer_tiny.h5mu
1616
var_name_mitochondrial_genes: mitochondrial
1717
var_name_ribosomal_genes: ribosomal
1818
output: '\$id.qc.h5mu'

src/workflows/generate_qc_report/config.vsh.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ test_resources:
135135
- type: nextflow_script
136136
path: test.nf
137137
entrypoint: test_xenium
138-
- type: nextflow_script
139-
path: test.nf
140-
entrypoint: test_cosmx
141138
- type: nextflow_script
142139
path: test.nf
143140
entrypoint: test_visium

src/workflows/generate_qc_report/integration_test.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ nextflow run . \
3636
-c src/configs/labels_ci.config \
3737
-resume
3838

39-
nextflow run . \
40-
-main-script src/workflows/generate_qc_report/test.nf \
41-
-profile docker,no_publish,local \
42-
-entry test_cosmx \
43-
-c src/configs/labels_ci.config \
44-
-resume
45-
4639
nextflow run . \
4740
-main-script src/workflows/generate_qc_report/test.nf \
4841
-profile docker,no_publish,local \

0 commit comments

Comments
 (0)