Description
Turns a column containing values between 0 and 1 into a boolean column based on thresholds.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
min_fraction: [ 0 ]
max_fraction: [ 1 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.3 \
-main-script target/nextflow/filter/delimit_fraction/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--layer | string |
--obs_fraction_column | string required |
Name | Type & Properties |
|---|---|
--output | file output |
--output_compression | string |
--obs_name_filter | string required |
Name | Type & Properties |
|---|---|
--min_fraction | double |
--max_fraction | double |