Description
Remove observations and variables based on specified .obs and .var columns.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.2 \
-main-script target/nextflow/filter/do_filter/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--obs_filter | string multiple |
--var_filter | string multiple |
--output | file output |
--output_compression | string |