Skip to content

Commit

Permalink
Merge pull request #254 from shinthor/master
Browse files Browse the repository at this point in the history
fix typo causing empty version imformation for mtx_conversion subwork…
  • Loading branch information
grst authored Aug 16, 2023
2 parents 03bf3bf + d00b69c commit 21eea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/mtx_conversion.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflow MTX_CONVERSION {
)

//TODO CONCAT h5ad and MTX to h5ad should also have versions.yaml output
ch_version = ch_versions.mix(MTX_TO_H5AD.out.versions, MTX_TO_SEURAT.out.versions)
ch_versions = ch_versions.mix(MTX_TO_H5AD.out.versions, MTX_TO_SEURAT.out.versions)

emit:
ch_versions
Expand Down

0 comments on commit 21eea72

Please sign in to comment.