Skip to content

Commit

Permalink
This should fix umitools extract
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jan 18, 2024
1 parent e95f075 commit c51f54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if (!params.skip_fastp) {

if (params.with_umi && !params.skip_umi_extract) {
process {
withName: '.*:FASTQC_UMITOOLS_FASTP:UMITOOLS_EXTRACT' {
withName: '.*:FASTQ_FASTQC_UMITOOLS_FASTP:UMITOOLS_EXTRACT' {
ext.args = [
params.umitools_extract_method ? "--extract-method=${params.umitools_extract_method}" : '',
params.umitools_bc_pattern ? "--bc-pattern='${params.umitools_bc_pattern}'" : '',
Expand Down

0 comments on commit c51f54d

Please sign in to comment.