Skip to content

Commit f88b6da

Browse files
committed
Merge branch 'dev' of https://github.com/Joon-Klaps/viralgenie into dev
2 parents 87058ef + 9c6b256 commit f88b6da

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

conf/tests/test_umi.config

+1-9
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ params {
2929
skip_complexity_filtering = false
3030
trim_tool ='fastp'
3131
with_umi = true
32-
fastp_deduplicate = true
33-
fastp_dedup_accuracy = 2
3432
skip_umi_extract = false
3533
umi_deduplicate = 'both'
3634
host_k2_db = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/kraken2/kraken2_hs22.tar.gz'
@@ -49,11 +47,5 @@ params {
4947
intermediate_mapping_stats = true
5048
min_mapped_reads = 100
5149
skip_checkv = true
52-
}
53-
54-
process{
55-
withName: UMITOOLS_EXTRACT {
56-
ext.args = '--bc-pattern="NNNN"'
57-
}
58-
maxRetries = 1
50+
arguments_umitools_extract = '--bc-pattern="NNNN"'
5951
}

0 commit comments

Comments
 (0)