Description
Count gene expression and protein expression reads from a single capture area using Space Ranger 4.1.0.
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.6.0 \
-main-script target/nextflow/mapping/spaceranger_count/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--gex_reference | file required |
--input | file required multiple |
--probe_set | file |
--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 |
--loupe_alignment | file |
Name | Type & Properties |
|---|---|
--create_bam | boolean required |
--nosecondary | boolean_true |
--r1_length | integer |
--r2_length | integer |
--filter_probes | boolean |
--custom_bin_size | integer |
--include_introns | boolean |
Name | Type & Properties |
|---|---|
--nucleus_segmentation | boolean |
--custom_segmentation_file | file |
--nucleus_expansion_distance_micron | double |
--max_nucleus_diameter_px | integer |
--umi_registration | boolean |
--umi_to_image_offset | string |
Name | Type & Properties |
|---|---|
--cell_annotation_model | string |
--tenx_cloud_token_path | file |
--disable_cell_annotation | boolean_true |
Name | Type & Properties |
|---|---|
--project | string |
--sample | string |
--lanes | integer multiple |