Skip to content

Commit

Permalink
Fixed the issue nf-core#811 and nf-core#812, which leading the pipel…
Browse files Browse the repository at this point in the history
…ine break
  • Loading branch information
Dedaniya08 committed Dec 9, 2024
1 parent 8f139ce commit 05000f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/local/dada2_filtntrim.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
process DADA2_FILTNTRIM {
tag "$meta.id"
label 'process_medium'
errorStrategy 'retry'
maxRetries 3

conda "bioconda::bioconductor-dada2=1.30.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
2 changes: 2 additions & 0 deletions modules/local/rename_raw_data_files.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
process RENAME_RAW_DATA_FILES {
tag "$meta.id"
label 'process_low'
errorStrategy 'retry'
maxRetries 3

conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit 05000f3

Please sign in to comment.