selectInput("force_from",label="Start again from a step : ",selected="none",choices=list('none'='none','Find overlaps'='find_overlaps','Assembly'='assembly','Mapping'='mapping','Correction'='correction','Polishing'='polishing',"All"="all")),tags$br(),
selectInput("force_from",label="Start again from a step : ",selected="none",choices=list('none'='none','Find overlaps'='find_overlaps','Assembly'='assembly','Mapping'='mapping','Correction'='correction','Polishing'='polishing','Assembly Quality'='assembly_quality',"All"="all")),tags$br(),
tabRUN=fluidPage(box(title='Run :',width=12,status='primary',collapsible=TRUE,solidHeader=TRUE,uiOutput('run_out',style='overflow-y: scroll; height: 600px')),actionButton("unlock","Unlock the directory in case of previous failure"))