Description
Deduplicate reads based on the mapping co-ordinate and the UMI attached to the read.
Type
bash_script
License
MIT
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/umi_tools/umi_tools_dedup/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input --stdin | file required |
--in_sam | boolean_true |
--bai | file |
--random_seed | integer |
Name | Type & Properties |
|---|---|
--output --stdout | file required output |
--out_sam | boolean_true |
--paired | boolean_true |
--output_stats | string |
--extract_umi_method | string |
--umi_tag | string |
--umi_separator | string |
--umi_tag_split | string |
--umi_tag_delimiter | string |
--cell_tag | string |
--cell_tag_split | string |
--cell_tag_delimiter | string |
Name | Type & Properties |
|---|---|
--method | string |
--edit_distance_threshold | integer |
--spliced_is_unique | boolean_true |
--soft_clip_threshold | integer |
--multimapping_detection_method | string |
--read_length | boolean_true |
Name | Type & Properties |
|---|---|
--per_gene | boolean_true |
--gene_tag | string |
--assigned_status_tag | string |
--skip_tags_regex | string |
--per_contig | boolean_true |
--gene_transcript_map | file |
--per_cell | boolean_true |
Name | Type & Properties |
|---|---|
--mapping_quality | integer |
--unmapped_reads | string |
--chimeric_pairs | string |
--unpaired_reads | string |
--ignore_umi | boolean_true |
--subset | double |
--chrom | string |
Name | Type & Properties |
|---|---|
--no_sort_output | boolean_true |
--buffer_whole_contig | boolean_true |
Name | Type & Properties |
|---|---|
--log -L | file |
--log2stderr | boolean_true |
--verbose -v | integer |
--error -E | file |
--temp_dir | string |
--compresslevel | integer |
--timeit | file |
--timeit_name | string |
--timeit_header | string |