-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hello,
I'm new to the DRAM community and metagenomics analysis and I'm seeking some help.
I've just received an output directory from DRAM with the gtdb trees, krona chart, and the index html files. Everything works nicely, except for the index.html file which gives the "No matches" message in every tab.
I' ve checked the .json data related to the index.html file and they are all present in the directory:
var dataFile = "";
if ( t === 'BacteriaTab') {
dataFile = "gtdbtk.bac120.summary.tsv.json"
} else if ( t === 'ArchaeaTab') {
dataFile = "gtdbtk.ar53.summary.tsv.json"
} else if ( t === 'BacteriaMarkerSummaryTab') {
dataFile = "gtdbtk.bac120.markers_summary.tsv.json"
} else if ( t === 'ArchaeaMarkerSummaryTab') {
dataFile = "gtdbtk.ar53.markers_summary.tsv.json"
}
Could you explain what the "No matches" messages mean? Please, if you have any suggestion let me know,
Lorenzo
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To Sort