Skip to content

Commit

Permalink
Dehumanised not dehumanized
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Jan 18, 2024
1 parent 91ce701 commit 61b8512
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/extract_all.nf
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ process extract_virus {
}


process extract_paired_dehumanized {
process extract_paired_dehumanised {

label "process_single"
label "process_high_memory"
Expand All @@ -251,13 +251,13 @@ process extract_paired_dehumanized {
-s2 ${fastq2} \
-k ${kraken_assignments} \
-t ${taxonomy_dir} \
-p "dehumanized" \
-p "dehumanised" \
--exclude \
--taxid ${params.taxid_human}
"""
}

process extract_dehumanized {
process extract_dehumanised {

label "process_single"
label "process_high_memory"
Expand All @@ -279,7 +279,7 @@ process extract_dehumanized {
-s ${fastq} \
-k ${kraken_assignments} \
-t ${taxonomy_dir} \
-p "dehumanized" \
-p "dehumanised" \
--exclude \
--taxid ${params.taxid_human}
"""
Expand Down

0 comments on commit 61b8512

Please sign in to comment.