Description
Delete an anndata layer from one or more modalities.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.4 \
-main-script target/nextflow/transform/delete_layer/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--layer | string required multiple |
--output -o | file required output |
--output_compression | string |
--missing_ok | boolean_true |