Description
Align fastq files using Cell Ranger ATAC count.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output./path/to/output"
dim_reduce: [ "lsa" ]
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_atac_count/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
--reference | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--description | string |
--force_cells | integer |
--peaks | file |
--dim_reduce | string |
--subsample_rate | double |
--lanes | string multiple |