Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try and Fix Integration Tests #126

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process BAYESTME_SPATIAL_EXPRESSION {

plot_spatial_expression \
--deconvolution-result ${deconvolution_samples} \
--sde-samples ${prefix}/sde_samples.h5 \
--sde-result ${prefix}/sde_samples.h5 \
--output-dir ${prefix}/plots \
${args2}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
AAACAACGAATAGTTC-1,1,0,0,4650,12203
AAACAAGTATCTCCCA-1,1,1,1,4887,12338
AAACAATCTACTAGCA-1,1,0,2,4651,12475
AAACAATCTACTAGCA-1,0,0,2,4651,12475
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
tags:
- bayestme_bleeding_correction
files:
- path: output/bleed_correction_results.h5
- path: output/dataset_corrected.h5ad
- path: output/plots/basis-functions.pdf
- path: output/test/bleed_correction_results.h5
- path: output/test/dataset_corrected.h5ad
- path: output/test/plots/basis-functions.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflow bayestme_deconvolution {
input = [ [ id:'test', single_end:false ], // meta map
file(params.test_data['bayestme']['filtered_dataset'], checkIfExists: true),
5,
1.0,
100.0,
[]
]
BAYESTME_DECONVOLUTION ( input )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
tags:
- bayestme_filter_genes
files:
- path: output/dataset_filtered.h5ad
- path: output/test/dataset_filtered.h5ad
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
tags:
- bayestme_load_spaceranger
files:
- path: output/dataset.h5ad
- path: output/test/dataset.h5ad
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
tags:
- bayestme_phenotype_selection
files:
- path: output/fold_0.h5ad
- path: output/test/fold_0.h5ad
Loading