# res = box(title="Select your FastQ files",width = 6, status = "primary",
# selectInput("FastQList",label = "List of the fastq files in the selected directory",values$fastq_names_only,multiple =TRUE,selectize=FALSE,size = 6),
# to perform to use a set of parameters already tested on serveral projects for the numerous software used to perform the clustering and the annotation.
# to perform an uptodate analysis considering the scientific litterature."
))),
fluidRow(directoryInput('directory',label='select a directory')),
hr(),
HTML('<center><h2 style="color:#053383;"><b>Start your analysis</b></h2></center>'),
hr(),
fluidRow(
column(width=2),
column(width=8,
box(title="About",width=12,status="primary",
column(width=6,radioButtons("DataTypeMasque",label="Type of data",choices=c("16S/18S"="16S_18S","23S/28S"="23S_28S","ITS"="ITS"),inline=TRUE)),
div(style="text-align:center;",actionButton("submit",h4(strong("Check and submit")),icon("chevron-circle-right",class="fa-2x"),class="btn-primary",style="color: #fff"))