Description
Filter a MuData object based on gene names using a regex.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
var_name_filter: [ "filter_with_pattern" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.3 \
-main-script target/nextflow/filter/filter_with_pattern/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--var_gene_names | string |
--pattern | string required multiple |
Name | Type & Properties |
|---|---|
--output | file output |
--do_subset | boolean_true |
--var_name_filter | string |
--output_compression | string |