"Merci de commencer par importer un fichier d'abondance au format BIOM. Celui-ci peut etre obtenu a l'issue du workflow FROGS avec l'operation 'FROGS BIOM to std BIOM'.\nVous pouvez egalement choisir un dataset de demo"
"Firsly, you should select a demo dataset or upload an abundance BIOM file.\nFor example, with Galaxy, this one can be obtained at the end of FROGS workflows with 'FROGS BIOM to std BIOM' tools"
title="Metadata table with variables (in columns) and samples (in rows). \nMake sure you follow the exact spelling of the sample names (1st column). \nThe import of an excel table is possible but not recommended.",
fileInput("fileMeta",
label="Metadata table : ",
placeholder="data.csv")
),
radioButtons(
"CSVsep",
label="CSV separator : ",
inline=TRUE,
choices=list(
`<tab>`="\t",
`,`=",",
`;`=";",
excel="excel"
)
),
tags$div(
title="Phylogenetic tree",
fileInput("fileTree",
label="Phylogenetic tree : ",
placeholder="data.nwk")
)#,
# tags$div(
# title = "Representative FASTA sequences of OTU",