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