Description
Flexible removal of UMI sequences from fastq reads.
UMIs are removed and appended to the read name. Any other barcode, for example a library barcode,
is left on the read. Can also filter reads by quality or against a whitelist.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
read2_out: "$id.$key.read2_out"
log: "$id.$key.log"
error: "$id.$key.error"
timeit: "$id.$key.timeit"
timeit_name: [ "all" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.3.0 \
-main-script target/nextflow/umi_tools/umi_tools_extract/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--read2_in | file |
--bc_pattern -p | string |
--bc_pattern2 | string |
Name | Type & Properties |
|---|---|
--output | file required output |
--read2_out | file output |
--filtered_out | file |
--filtered_out2 | file |
Name | Type & Properties |
|---|---|
--extract_method | string |
--error_correct_cell | boolean_true |
--whitelist | file |
--blacklist | file |
--subset_reads | integer |
--quality_filter_threshold | integer |
--quality_filter_mask | string |
--quality_encoding | string |
--reconcile_pairs | boolean_true |
--three_prime --3prime | boolean_true |
--ignore_read_pair_suffixes | boolean_true |
--umi_separator | string |
--grouping_method | string |
Name | Type & Properties |
|---|---|
--log | file output |
--log2stderr | boolean_true |
--verbose | integer |
--error | file output |
--temp_dir | string |
--compresslevel | integer |
--timeit | file output |
--timeit_name | string |
--timeit_header | boolean_true |
--random_seed | integer |