Description
Demultiplex raw sequencing data for ATAC experiments
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
barcode_mismatches: [ 1 ]
output: "$id.$key.output./path/to/output"
reports: "$id.$key.reports.reports_dir"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/demux/cellranger_atac_mkfastq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--csv | file required |
--lanes | string multiple |
--use_bases_mask | string multiple |
--delete_undetermined | boolean_true |
--barcode_mismatches | integer |
--output | file required output |
--reports | file output |