umi_tools/umi_tools_extract

extract
umi-tools
umi
fastq

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.

Type

bash_script

License

MIT

Keywords

extract
umi-tools
umi
fastq

Run this component

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.1 \  
  -main-script target/nextflow/umi_tools/umi_tools_extract/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--input
file
required
--read2_in
file
--bc_pattern
-p
string
--bc_pattern2
string

Output

Name
Type & Properties
--output
file
required
output
--read2_out
file
output
--filtered_out
file
--filtered_out2
file

Extract Options

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

Common Options

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.