Description
Count gene expression and/or feature barcode reads from a single sample and GEM well
Type
bash_script
License
Proprietary
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/cellranger/cellranger_count/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--fastqs | file required multiple |
--description | string |
--sample | string |
--lanes | integer multiple |
--libraries | file |
Name | Type & Properties |
|---|---|
--transcriptome | file required |
--feature_ref | file |
Name | Type & Properties |
|---|---|
--expect_cells | integer |
--force_cells | integer |
--r1_length | integer |
--r2_length | integer |
--include_introns | boolean_true |
--chemistry | string |
--cell_annotation_model | string |
--min_crispr_umi | integer |
Name | Type & Properties |
|---|---|
--output | file required output |
--create_bam | boolean_true |
--no_secondary | boolean_true |
Name | Type & Properties |
|---|---|
--no_libraries | boolean_true |
--check_library_compatibility | boolean_true |
--tenx_cloud_token | file |
--dry | boolean_true |