Commit 9c6b256 1 parent 0fb6e45 commit 9c6b256 Copy full SHA for 9c6b256
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ params {
29
29
skip_complexity_filtering = false
30
30
trim_tool ='fastp'
31
31
with_umi = true
32
- fastp_deduplicate = true
33
- fastp_dedup_accuracy = 2
34
32
skip_umi_extract = false
35
33
umi_deduplicate = 'both'
36
34
host_k2_db = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/kraken2/kraken2_hs22.tar.gz'
@@ -42,18 +40,12 @@ params {
42
40
kaiju_db = "https://kaiju-idx.s3.eu-central-1.amazonaws.com/2023/kaiju_db_viruses_2023-05-26.tgz"
43
41
44
42
reference_pool = "https://github.com/Joon-Klaps/nextclade_data/raw/old_datasets/data/nextstrain/sars-cov-2/MN908947/sequences.fasta"
45
- mapping_constraints = "${projectDir}/assets/samplesheets/mapping_constraints.csv"
43
+ mapping_constraints = "${projectDir}/assets/samplesheets/mapping_constraints.csv"
46
44
47
45
save_intermediate_polishing = true
48
46
save_intermediate_reads = true
49
47
intermediate_mapping_stats = true
50
48
min_mapped_reads = 100
51
49
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"'
59
51
}
You can’t perform that action at this time.
0 commit comments