Description
Converts a 10x h5 into an h5mu file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
uns_metrics: [ "metrics_cellranger" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.2 \
-main-script target/nextflow/convert/from_10xh5_to_h5mu/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--input_metrics_summary | file |
Name | Type & Properties |
|---|---|
--output -o | file output |
--uns_metrics | string |
--output_compression | string |
Name | Type & Properties |
|---|---|
--min_genes | integer |
--min_counts | integer |