Description
Align fastq files using Cell Ranger multi.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
gex_chemistry: [ "auto" ]
gex_secondary_analysis: [ false ]
gex_generate_bam: [ false ]
gex_include_introns: [ true ]
output: "$id.$key.output./path/to/output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.0 \
-main-script target/nextflow/mapping/cellranger_multi/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file multiple |
--gex_reference | file required |
--vdj_reference | file |
--vdj_inner_enrichment_primers | file |
--feature_reference | 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 |
|---|---|
--library_id | string multiple |
--library_type | string multiple |
--library_subsample | string multiple |
--library_lanes | string multiple |
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 |
|---|---|
--cell_multiplex_sample_id | string |
--cell_multiplex_oligo_ids | string |
--cell_multiplex_description | string |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--dryrun | boolean_true |