Description
Converts a h5mu file into a h5ad file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
input: [ "input.h5mu" ]
modality: [ "rna" ]
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.1 \
-main-script target/nextflow/convert/from_h5mu_to_h5ad/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--output -o | file output |
--output_compression | string |