Description
Dsc-pileup is a software tool to pileup reads and corresponding base quality
for each overlapping SNPs and each barcode. By using pileup files,
it would allow us to run demuxlet/freemuxlet pretty fast multiple times
without going over the BAM file again.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
tag_group: [ "CB" ]
tag_umi: [ "UB" ]
exclude_flag: [ 1796 ]
sam_verbose: [ 1000000 ]
vcf_verbose: [ 1000 ]
cap_bq: [ 40 ]
min_bq: [ 13 ]
min_mq: [ 20 ]
min_td: [ 0 ]
excl_flag: [ 3844 ]
min_total: [ 0 ]
min_uniq: [ 0 ]
min_snp: [ 0 ]
output: "$id.$key.output.demux"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.2 \
-main-script target/nextflow/genetic_demux/dsc_pileup/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--sam | file |
--tag_group | string |
--tag_umi | string |
--exclude_flag | integer |
--vcf | file |
--sm | string |
--sm_list | string |
--sam_verbose | integer |
--vcf_verbose | integer |
--skip_umi | boolean_true |
--cap_bq | integer |
--min_bq | integer |
--min_mq | integer |
--min_td | integer |
--excl_flag | integer |
--group_list | string |
--min_total | integer |
--min_uniq | integer |
--min_snp | integer |
Name | Type & Properties |
|---|---|
--output -o | file output |
--out | string |