Description
Align fastq files using Cell Ranger count.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output./path/to/output"
chemistry: [ "auto" ]
secondary_analysis: [ false ]
generate_bam: [ true ]
include_introns: [ true ]
library_compatibility_check: [ true ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.3 \
-main-script target/nextflow/mapping/cellranger_count/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
--reference | file required |
--feature_reference | file |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--expect_cells | integer |
--force_cells | integer |
--chemistry | string |
--tenx_cloud_token_path | file |
--cell_annotation_model | string |
--secondary_analysis | boolean |
--generate_bam | boolean |
--include_introns | boolean |
--r1_length | integer |
--r2_length | integer |
--lanes | integer multiple |
--library_compatibility_check | boolean |
--min_crispr_umi | integer |