Skip to content
Snippets Groups Projects
Commit 5356cec0 authored by Ed Griffiths's avatar Ed Griffiths
Browse files

Extend too short start up sleep time for dotter to 30s - DEVELOP

parent facb8ccb
No related branches found
No related tags found
No related merge requests found
......@@ -1850,7 +1850,7 @@ static GIOChannel* callDotterChildProcess(GtkWidget *blxWindow,
if (seq1DisplayRev) argList = g_slist_append(argList, g_strdup("--reverse-h-display"));
if (seq2DisplayRev) argList = g_slist_append(argList, g_strdup("--reverse-v-display"));
if (hspsOnly) argList = g_slist_append(argList, g_strdup("-H"));
if (sleep) argList = g_slist_append(argList, g_strdup("--sleep=15"));
if (sleep) argList = g_slist_append(argList, g_strdup("--sleep=30"));
if (bc->flags[BLXFLAG_NEGATE_COORDS]) argList = g_slist_append(argList, g_strdup("-N"));
/* now tell Dotter that we're calling it internally from another SeqTools
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment