Description
A pipeline for running Cell Ranger multi.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
gex_secondary_analysis: [ false ]
gex_generate_bam: [ false ]
gex_include_introns: [ true ]
gex_chemistry: [ "auto" ]
check_library_compatibility: [ true ]
output_raw: "$id.$key.output_raw.output_dir"
output_h5mu: "$id.$key.output_h5mu.h5mu"
uns_metrics: [ "metrics_cellranger" ]
id: "run"
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_multi/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file multiple |
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 |
|---|---|
--library_id | string multiple |
--library_type | string multiple |
--library_subsample | string multiple |
--library_lanes | string multiple |
--library_chemistry | string |
Name | Type & Properties |
|---|---|
--sample_ids --cell_multiplex_sample_id | string multiple |
--sample_description --cell_multiplex_description | string multiple |
--sample_expect_cells | integer multiple |
--sample_force_cells | integer multiple |
Name | Type & Properties |
|---|---|
--feature_reference | file |
--feature_r1_length | integer |
--feature_r2_length | integer |
--min_crispr_umi | integer |
Name | Type & Properties |
|---|---|
--gex_reference | file required |
--gex_secondary_analysis | boolean |
--gex_generate_bam | boolean |
--tenx_cloud_token_path | file |
--cell_annotation_model | string |
--gex_expect_cells | integer |
--gex_force_cells | integer |
--gex_include_introns | boolean |
--gex_r1_length | integer |
--gex_r2_length | integer |
--gex_chemistry | string |
Name | Type & Properties |
|---|---|
--vdj_reference | file |
--vdj_inner_enrichment_primers | file |
--vdj_r1_length | integer |
--vdj_r2_length | integer |
--vdj_denovo | boolean |
Name | Type & Properties |
|---|---|
--cell_multiplex_oligo_ids --cmo_ids | string multiple |
--min_assignment_confidence | double |
--cmo_set | file |
--barcode_sample_assignment | file |
Name | Type & Properties |
|---|---|
--hashtag_ids | string multiple |
Name | Type & Properties |
|---|---|
--ocm_barcode_ids | string multiple |
Name | Type & Properties |
|---|---|
--probe_set | file |
--filter_probes | boolean |
--probe_barcode_ids | string multiple |
--emptydrops_minimum_umis | integer |
Name | Type & Properties |
|---|---|
--control_id | string multiple |
--mhc_allele | string multiple |
Name | Type & Properties |
|---|---|
--check_library_compatibility | boolean |
Name | Type & Properties |
|---|---|
--output_raw | file required output |
--output_h5mu | file required output |
--uns_metrics | string |