Description
Count gene expression and protein expression reads from a single capture area.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output./path/to/output"
reorient_images: [ true ]
create_bam: [ true ]
filter_probes: [ true ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.1.1 \
-main-script target/nextflow/mapping/spaceranger_count/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gex_reference | file required |
--input | file required |
--probe_set | file required |
--cytaimage | file |
--image | file |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--slide | string |
--area | string |
--unknown_slide | string |
--slidefile | file |
--override_id | boolean_true |
Name | Type & Properties |
|---|---|
--darkimage | file |
--colorizedimage | file |
--dapi_index | integer |
--image_scale | double |
--reorient_images | boolean |
Name | Type & Properties |
|---|---|
--create_bam | boolean required |
--nosecondary | boolean_true |
--r1_length | integer |
--r2_length | integer |
--filter_probes | boolean |
--custom_bin_size | integer |
Name | Type & Properties |
|---|---|
--project | string |
--sample | string |
--lanes | integer multiple |