Skip to content

Commit

Permalink
Made retry strategy for repeatmodeler retry, up to 3. Handles cases o…
Browse files Browse the repository at this point in the history
…f random sampling hitting edge bugs in RM
  • Loading branch information
darcyabjones committed Oct 28, 2019
1 parent 90a5a25 commit d661c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,9 @@ process runRepeatModeler {
label "big_task"
time "1d"

errorStrategy 'retry'
maxRetries 3

tag "${name}"
publishDir "${params.outdir}/tes/${name}"

Expand Down

0 comments on commit d661c0b

Please sign in to comment.