We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601f7b4 commit 96b6d42Copy full SHA for 96b6d42
workflows/databases/circpedia.nf
@@ -2,7 +2,7 @@ process fetch_annotation {
2
tag { species.annotation }
3
when { params.databases.circpedia.run }
4
memory '2GB'
5
- errorStrategy 'fail'
+ errorStrategy 'terminate'
6
7
input:
8
val species
@@ -22,7 +22,7 @@ process fetch_fasta {
22
tag { species.fasta }
23
24
25
26
27
28
tuple val(species), path(annotation_file)
0 commit comments