We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87058ef + 9c6b256 commit f88b6daCopy full SHA for f88b6da
conf/tests/test_umi.config
@@ -29,8 +29,6 @@ params {
29
skip_complexity_filtering = false
30
trim_tool ='fastp'
31
with_umi = true
32
- fastp_deduplicate = true
33
- fastp_dedup_accuracy = 2
34
skip_umi_extract = false
35
umi_deduplicate = 'both'
36
host_k2_db = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/kraken2/kraken2_hs22.tar.gz'
@@ -49,11 +47,5 @@ params {
49
47
intermediate_mapping_stats = true
50
48
min_mapped_reads = 100
51
skip_checkv = true
52
-}
53
-
54
-process{
55
- withName: UMITOOLS_EXTRACT {
56
- ext.args = '--bc-pattern="NNNN"'
57
- }
58
- maxRetries = 1
+ arguments_umitools_extract = '--bc-pattern="NNNN"'
59
}
0 commit comments