We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2087184 commit 9e7d3acCopy full SHA for 9e7d3ac
workflows/metadata/ensembl.nf
@@ -17,6 +17,8 @@ process assemblies {
17
18
process fetch_compara {
19
when { params.databases.ensembl.vertebrates.run }
20
+ errorStrategy 'retry'
21
+ maxRetries 10
22
23
output:
24
path('*.nt.fasta.gz')
@@ -58,6 +60,8 @@ process proteins {
58
60
59
61
process coordinate_systems {
62
63
64
65
66
input:
67
path(connections)
@@ -73,6 +77,8 @@ process coordinate_systems {
73
77
74
78
process karyotypes {
75
79
80
81
76
82
83
84
path('karyotypes.csv')
0 commit comments