Skip to content

Commit 96b6d42

Browse files
committed
Use correct errorstrategy names
1 parent 601f7b4 commit 96b6d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/databases/circpedia.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process fetch_annotation {
22
tag { species.annotation }
33
when { params.databases.circpedia.run }
44
memory '2GB'
5-
errorStrategy 'fail'
5+
errorStrategy 'terminate'
66

77
input:
88
val species
@@ -22,7 +22,7 @@ process fetch_fasta {
2222
tag { species.fasta }
2323
when { params.databases.circpedia.run }
2424
memory '2GB'
25-
errorStrategy 'fail'
25+
errorStrategy 'terminate'
2626

2727
input:
2828
tuple val(species), path(annotation_file)

0 commit comments

Comments
 (0)