Skip to content

Commit 106edbd

Browse files
authored
Merge pull request #5 from openproblems-bio/fix-components
2 parents fbc3fe6 + 3111cbc commit 106edbd

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

scripts/create_test_resources/cxg_immune_cell_atlas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ HERE
4040

4141
nextflow run . \
4242
-main-script target/nextflow/workflows/scrnaseq/process_cellxgene_census/main.nf \
43-
-c src/wf_utils/labels_ci.config \
43+
-c common/nextflow_helpers/labels_ci.config \
4444
-profile docker \
4545
-params-file "/tmp/params.yaml"
4646

scripts/create_test_resources/cxg_mouse_pancreas_atlas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ HERE
4141

4242
nextflow run . \
4343
-main-script target/nextflow/workflows/scrnaseq/process_cellxgene_census/main.nf \
44-
-c src/wf_utils/labels_ci.config \
44+
-c common/nextflow_helpers/labels_ci.config \
4545
-profile docker \
4646
-params-file "/tmp/params.yaml"
4747

scripts/create_test_resources/mouse_brain_coronal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HERE
3131

3232
nextflow run . \
3333
-main-script target/nextflow/workflows/spatial/process_tenx_visium/main.nf \
34-
-c src/wf_utils/labels_ci.config \
34+
-c common/nextflow_helpers/labels_ci.config \
3535
-profile docker \
3636
-params-file "/tmp/params.yaml"
3737

scripts/create_test_resources/pancreas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ KEEP_FEATURES=`cat $DATASET_DIR/temp_g2m_genes_tirosh_hm.txt $DATASET_DIR/temp_s
2020
nextflow run . \
2121
-main-script target/nextflow/workflows/scrnaseq/process_openproblems_v1/main.nf \
2222
-profile docker \
23-
-c src/wf_utils/labels_ci.config \
23+
-c common/nextflow_helpers/labels_ci.config \
2424
-resume \
2525
--id pancreas \
2626
--input_id pancreas \

src/workflows/extract_dataset_info/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workflow run_wf {
1313
output_ch = input_ch
1414

1515
// extract the dataset metadata
16-
| extract_metadata.run(
16+
| extract_uns_metadata.run(
1717
fromState: [input: "input"],
1818
toState: { id, output, state ->
1919
state + [

src/workflows/extract_dataset_info/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nextflow run . \
2323
-main-script target/nextflow/workflows/extract_dataset_info/main.nf \
2424
-profile docker \
2525
-resume \
26-
-c src/wf_utils/labels_ci.config \
26+
-c common/nextflow_helpers/labels_ci.config \
2727
-entry auto \
2828
--input_states "$DATASETS_DIR/**/state.yaml" \
2929
--rename_keys 'input:output_dataset' \

src/workflows/extract_dataset_meta/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ workflow run_wf {
66
output_ch = input_ch
77

88
// extract the dataset metadata
9-
| extract_metadata.run(
9+
| extract_uns_metadata.run(
1010
fromState: [input: "input"],
1111
toState: [output: "output"]
1212
)

src/workflows/extract_dataset_meta/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nextflow run . \
2323
-main-script target/nextflow/workflows/extract_dataset_meta/main.nf \
2424
-profile docker \
2525
-resume \
26-
-c src/wf_utils/labels_ci.config \
26+
-c common/nextflow_helpers/labels_ci.config \
2727
--input $DATASETS_DIR \
2828
--output meta.yaml \
2929
--publish_dir "$OUTPUT_DIR"

src/workflows/multimodal/process_openproblems_neurips2021_bmmc/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ workflow run_wf {
150150
[id, state + ["output_mod1": state.hvg_mod1, "output_mod2": state.hvg_mod2]]
151151
}
152152

153-
| extract_metadata.run(
153+
| extract_uns_metadata.run(
154154
key: "extract_metadata_mod1",
155155
fromState: { id, state ->
156156
def schema = findArgumentSchema(meta.config, "output_mod1")
@@ -166,7 +166,7 @@ workflow run_wf {
166166
toState: ["output_meta_mod1": "output"]
167167
)
168168

169-
| extract_metadata.run(
169+
| extract_uns_metadata.run(
170170
key: "extract_metadata_mod2",
171171
fromState: { id, state ->
172172
def schema = findArgumentSchema(meta.config, "output_mod2")

src/workflows/multimodal/process_openproblems_neurips2022_pbmc/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ workflow run_wf {
146146
[id, state + ["output_mod1": state.hvg_mod1, "output_mod2": state.hvg_mod2]]
147147
}
148148

149-
| extract_metadata.run(
149+
| extract_uns_metadata.run(
150150
key: "extract_metadata_mod1",
151151
fromState: { id, state ->
152152
def schema = findArgumentSchema(meta.config, "output_mod1")
@@ -162,7 +162,7 @@ workflow run_wf {
162162
toState: ["output_meta_mod1": "output"]
163163
)
164164

165-
| extract_metadata.run(
165+
| extract_uns_metadata.run(
166166
key: "extract_metadata_mod2",
167167
fromState: { id, state ->
168168
def schema = findArgumentSchema(meta.config, "output_mod2")

0 commit comments

Comments
 (0)