Description
A pipeline for running SpaceRanger mapping.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
output_raw: "$id.$key.output_raw.output_dir"
output_h5mu: "$id.$key.output_h5mu.h5mu"
output_type: [ "raw" ]
uns_metrics: [ "metrics_summary" ]
uns_probe_set: [ "probe_set" ]
obsm_coordinates: [ "spatial" ]
reorient_images: [ true ]
create_bam: [ true ]
filter_probes: [ true ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.2.0 \
-main-script target/nextflow/workflows/ingestion/spaceranger_mapping/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file required multiple |
--gex_reference | file required |
--probe_set | file required |
--cytaimage | file |
--image | file |
Name | Type & Properties |
|---|---|
--output_raw | file required output |
--output_h5mu | file required output |
--output_type | string |
--uns_metrics | string |
--uns_probe_set | string |
--obsm_coordinates | string |
--output_compression | string |
Name | Type & Properties |
|---|---|
--darkimage | file |
--colorizedimage | file |
--dapi_index | integer |
--image_scale | double |
--reorient_images | boolean |
Name | Type & Properties |
|---|---|
--slide | string |
--area | string |
--unknown_slide | string |
--slidefile | file |
--override_id | boolean_true |
Name | Type & Properties |
|---|---|
--create_bam | boolean required |
--nosecondary | boolean_true |
--r1_length | integer |
--r2_length | integer |
--filter_probes | boolean |
--custom_bin_size | integer |