Description
Create an intersection between two or more modalities.
This component removes any observations which are not present in all modalities.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.1 \
-main-script target/nextflow/filter/intersect_obs/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modalities | string required multiple |
--output | file output |
--output_compression | string |