diff --git a/subworkflows/local/preprocess.nf b/subworkflows/local/preprocess.nf index 619aac7..91f8674 100644 --- a/subworkflows/local/preprocess.nf +++ b/subworkflows/local/preprocess.nf @@ -26,7 +26,7 @@ workflow PREPROCESS { csv: ext == "csv" return [meta, file] } - + ch_h5ad = ch_h5ad.mix(ch_samples.h5ad) ADATA_READRDS(ch_samples.rds)