Skip to content

Commit

Permalink
hardcoded to lower but will need to hcange
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonbhasin committed Nov 20, 2024
1 parent a20d198 commit de9cc5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/local/addFragDupToVirusReads/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process ADD_FRAG_DUP_TO_VIRUS_READS {
label "tidyverse"
cpus 1
memory "16.GB"
memory "15.GB"
input:
path(collapsed_ch)
path(merged_bbmerge_results)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/collapseVirusReads/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process COLLAPSE_VIRUS_READS {
label "tidyverse"
cpus 1
memory "32.GB"
memory "15.GB"
input:
path(virus_hits_filtered)
output:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/filterVirusReads/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process FILTER_VIRUS_READS {
label "tidyverse"
cpus 1
memory "16.GB"
memory "15.GB"
input:
path(virus_hits)
val(score_threshold)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/makeVirusReadsFasta/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process MAKE_VIRUS_READS_FASTA {
label "tidyverse"
cpus 1
memory "16.GB"
memory "15.GB"
input:
path(virus_hits_db)
output:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mergeSamKraken/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process MERGE_SAM_KRAKEN {
label "tidyverse"
cpus 1
memory "16.GB"
memory "15.GB"
input:
tuple val(sample), path(kraken_processed), path(sam_processed)
output:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mergeTsvs/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
process MERGE_TSVS {
label "tidyverse"
cpus 1
memory "16.GB"
memory "15.GB"
input:
path(tsvs)
val(name)
Expand Down

0 comments on commit de9cc5a

Please sign in to comment.