Description
A pipeline for running Cell Ranger 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"
uns_metrics: [ "metrics_summary" ]
output_type: [ "raw" ]
chemistry: [ "auto" ]
secondary_analysis: [ false ]
generate_bam: [ true ]
include_introns: [ true ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/workflows/ingestion/cellranger_mapping/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file required multiple |
--reference | file required |
Name | Type & Properties |
|---|---|
--output_raw | file required output |
--output_h5mu | file required output |
--uns_metrics | string |
--output_type | string |
Name | Type & Properties |
|---|---|
--expect_cells | integer |
--chemistry | string |
--secondary_analysis | boolean |
--generate_bam | boolean |
--include_introns | boolean |