Description
A pipeline for running Cell Ranger multi.
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_cellranger" ]
gex_chemistry: [ "auto" ]
gex_secondary_analysis: [ false ]
gex_generate_bam: [ true ]
gex_include_introns: [ true ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.0 \
-main-script target/nextflow/workflows/ingestion/cellranger_multi/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file multiple |
--gex_reference | file required |
--vdj_reference | file |
--feature_reference | file |
--vdj_inner_enrichment_primers | file |
Name | Type & Properties |
|---|---|
--gex_input | file multiple |
--abc_input | file multiple |
--cgc_input | file multiple |
--mux_input | file multiple |
--vdj_input | file multiple |
--vdj_t_input | file multiple |
--vdj_t_gd_input | file multiple |
--vdj_b_input | file multiple |
--agc_input | file multiple |
Name | Type & Properties |
|---|---|
--output_raw | file required output |
--output_h5mu | file required output |
--uns_metrics | string |
Name | Type & Properties |
|---|---|
--cell_multiplex_sample_id | string |
--cell_multiplex_oligo_ids | string |
--cell_multiplex_description | string |
Name | Type & Properties |
|---|---|
--gex_expect_cells | integer |
--gex_chemistry | string |
--gex_secondary_analysis | boolean |
--gex_generate_bam | boolean |
--gex_include_introns | boolean |
Name | Type & Properties |
|---|---|
--library_id | string multiple |
--library_type | string multiple |
--library_subsample | string multiple |
--library_lanes | string multiple |